#C0CAFA

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

Shades of Lavender Blue #C0CAFA

Tints of Lavender Blue #C0CAFA

Color information

#C0CAFA (or 0xC0CAFA) is unknown color: approx 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

RGB192202250-
CMYK0.230.1900.02
HSL229.66º85.29%86.67%-
HSV(B)229.66º23.2%98.04%-
XYZ60.1160.3598.92-
YUV204.48153.69119.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.81%
GREEN value IS 202 (79.30% 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 (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922022500.230.1900.02229.6685.2986.67
HexC0CAFA171302e65557
Octal300312372272302346125127
Binary11000000110010101111101010111100110101110011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>