#C0B2FE

Color #C0B2FE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C0B2FE

Tints of Lavender Blue #C0B2FE

Color information

#C0B2FE (or 0xC0B2FE) is unknown color: approx Lavender Blue. HEX triplet: C0, B2 and FE. RGB value is (192,178,254). Sum of RGB (Red+Green+Blue) = 192+178+254=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B2FE is #3F4D01. Grayscale: #BEBEBE. Windows color (decimal): -4148482 or 16691904. OLE color: 16691904.

HSL color Cylindrical-coordinate representation of color #C0B2FE: hue angle of 251.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B2FE is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192178254-
CMYK0.240.3000.00
HSL251.05º97.44%84.71%-
HSV(B)251.05º29.92%99.61%-
XYZ55.5550.2100.53-
YUV190.85163.64128.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 30.77%
GREEN value IS 178 (69.92% from 255) = 28.53%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=30.77%
G=28.53%
B=40.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921782540.240.3000.00251.0597.4484.71
HexC0B2FE181E00fb6155
Octal300262376303600373141125
Binary1100000010110010111111101100011110001111101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2FE; }

 p { color: rgb(192,178,254); }

 H1.HeaderClassName
 {
   color: #C0B2FE;
 }
 .AnyTagClassName
 {
   color: #C0B2FE;
 }
</style>
background-color css

<style>
 a { background-color: #C0B2FE; }

 a { background-color: rgb(192,178,254); }

 div.DivClassName
 {
   background-color: #C0B2FE;
 }
 .BgClassName
 {
   background-color: #C0B2FE;
 }
</style>
border-color css

<style>
 span { border-color: #C0B2FE; }

 span { border-color: rgb(192,178,254); }

 td.TdClassName
 {
   border-color: #C0B2FE;
 }
 .TagClassName
 {
   border-color: #C0B2FE;
 }
</style>