Html Css Color HEX #C0BCF2 Lavender Blue

📋 copy color: '#C0BCF2'

red 192 ◦ green 188 ◦ blue 242

#C0BCF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #C0BCF2

Tints of Lavender Blue #C0BCF2

RGB

 RED value IS 192 (75.39% from 255) = 30.87%

 GREEN value IS 188 (73.83% from 255) = 30.23%

 BLUE value IS 242 (94.92% from 255) = 38.91%

R = 30.87%
G = 30.23%
B = 38.91%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0BCF2 (or 0xC0BCF2) is known color: Lavender Blue. HEX triplet: C0, BC and F2. RGB value is (192,188,242). Sum of RGB (Red+Green+Blue) = 192+188+242=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCF2 is #3F430D. Grayscale: #C3C3C3. Windows color (decimal): -4145934 or 15908032. OLE color: 15908032.

HSL color Cylindrical-coordinate representation of color #C0BCF2: hue angle of 244.44º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BCF2 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 188 242 -
CMYK 0.21 0.22 0 0.05
HSL 244.44º 0.68% 0.84% -
HSV(B) 244.44º 0.22% 0.95% -
XYZ 55.75 53.58 91.41 -
YUV 195.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 192 188 242 0.21 0.22 0 0.05 244.44 0.68 0.84
Hex C0 BC F2 15 16 0 5 F4 44 54
Octal 300 274 362 25 26 0 5 364 104 124
Binary 11000000 10111100 11110010 10101 10110 0 101 11110100 1000100 1010100

Color Harmonies of #C0BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCF2

Black with #C0BCF2

Text Example


Text Example

White with #C0BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCF2; }

 p { color: rgb(192,188,242); }

 H1.HeaderClassName
 {
   color: #C0BCF2;
 }
 .AnyTagClassName
 {
   color: #C0BCF2;
 }
</style>

background-color css

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

 a { background-color: rgb(192,188,242); }

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

border-color css

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

 span { border-color: rgb(192,188,242); }

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