Html Css Color HEX #C0CAF9 Lavender Blue

📋 copy color: '#C0CAF9'

red 192 ◦ green 202 ◦ blue 249

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

Shades of Lavender Blue #C0CAF9

Tints of Lavender Blue #C0CAF9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.42%

 BLUE value IS 249 (97.66% from 255) = 38.72%

R = 29.86%
G = 31.42%
B = 38.72%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0CAF9 (or 0xC0CAF9) is known color: Lavender Blue. HEX triplet: C0, CA and F9. RGB value is (192,202,249). Sum of RGB (Red+Green+Blue) = 192+202+249=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAF9 is #3F3506. Grayscale: #CCCCCC. Windows color (decimal): -4142343 or 16370368. OLE color: 16370368.

HSL color Cylindrical-coordinate representation of color #C0CAF9: hue angle of 229.47º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CAF9 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 202 249 -
CMYK 0.23 0.19 0 0.02
HSL 229.47º 0.83% 0.86% -
HSV(B) 229.47º 0.23% 0.98% -
XYZ 59.96 60.29 98.1 -
YUV 204.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 192 202 249 0.23 0.19 0 0.02 229.47 0.83 0.86
Hex C0 CA F9 17 13 0 2 E5 53 56
Octal 300 312 371 27 23 0 2 345 123 126
Binary 11000000 11001010 11111001 10111 10011 0 10 11100101 1010011 1010110

Color Harmonies of #C0CAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAF9

Black with #C0CAF9

Text Example


Text Example

White with #C0CAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAF9; }

 p { color: rgb(192,202,249); }

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

background-color css

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

 a { background-color: rgb(192,202,249); }

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

border-color css

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

 span { border-color: rgb(192,202,249); }

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