Html Css Color HEX #C0CAFA Lavender Blue

📋 copy color: '#C0CAFA'

red 192 ◦ green 202 ◦ blue 250

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

Shades of Lavender Blue #C0CAFA

Tints of Lavender Blue #C0CAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.82%

R = 29.81%
G = 31.37%
B = 38.82%

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

#C0CAFA (or 0xC0CAFA) is known color: Lavender Blue. HEX triplet: C0, CA and FA. RGB value is (192,202,250). Sum of RGB (Red+Green+Blue) = 192+202+250=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAFA is #3F3505. Grayscale: #CCCCCC. Windows color (decimal): -4142342 or 16435904. OLE color: 16435904.

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

Color convert

RGB 192 202 250 -
CMYK 0.23 0.19 0 0.02
HSL 229.66º 0.85% 0.87% -
HSV(B) 229.66º 0.23% 0.98% -
XYZ 60.11 60.35 98.92 -
YUV 204.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 192 202 250 0.23 0.19 0 0.02 229.66 0.85 0.87
Hex C0 CA FA 17 13 0 2 E6 55 57
Octal 300 312 372 27 23 0 2 346 125 127
Binary 11000000 11001010 11111010 10111 10011 0 10 11100110 1010101 1010111

Color Harmonies of #C0CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAFA

Black with #C0CAFA

Text Example


Text Example

White with #C0CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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