Html Css Color HEX #C0C9FF Lavender Blue

📋 copy color: '#C0C9FF'

red 192 ◦ green 201 ◦ blue 255

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

Shades of Lavender Blue #C0C9FF

Tints of Lavender Blue #C0C9FF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.02%

 BLUE value IS 255 (100% from 255) = 39.35%

R = 29.63%
G = 31.02%
B = 39.35%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0C9FF (or 0xC0C9FF) is known color: Lavender Blue. HEX triplet: C0, C9 and FF. RGB value is (192,201,255). Sum of RGB (Red+Green+Blue) = 192+201+255=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C9FF is #3F3600. Grayscale: #CCCCCC. Windows color (decimal): -4142593 or 16763328. OLE color: 16763328.

HSL color Cylindrical-coordinate representation of color #C0C9FF: hue angle of 231.43º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0C9FF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 201 255 -
CMYK 0.25 0.21 0 0
HSL 231.43º 1% 0.88% -
HSV(B) 231.43º 0.25% 1% -
XYZ 60.67 60.2 103.03 -
YUV 204.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 192 201 255 0.25 0.21 0 0 231.43 1 0.88
Hex C0 C9 FF 19 15 0 0 E7 64 58
Octal 300 311 377 31 25 0 0 347 144 130
Binary 11000000 11001001 11111111 11001 10101 0 0 11100111 1100100 1011000

Color Harmonies of #C0C9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C9FF

Black with #C0C9FF

Text Example


Text Example

White with #C0C9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C9FF; }

 p { color: rgb(192,201,255); }

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

background-color css

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

 a { background-color: rgb(192,201,255); }

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

border-color css

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

 span { border-color: rgb(192,201,255); }

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