#C0C5F3

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

Shades of Lavender Blue #C0C5F3

Tints of Lavender Blue #C0C5F3

Color information

#C0C5F3 (or 0xC0C5F3) is unknown color: approx Lavender Blue. HEX triplet: C0, C5 and F3. RGB value is (192,197,243). Sum of RGB (Red+Green+Blue) = 192+197+243=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0C5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C5F3 is #3F3A0C. Grayscale: #C8C8C8. Windows color (decimal): -4143629 or 15975872. OLE color: 15975872.

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

Color convert

RGB192197243-
CMYK0.210.1900.05
HSL234.12º68%85.29%-
HSV(B)234.12º20.99%95.29%-
XYZ57.8857.6192.86-
YUV200.75151.84121.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.38%
GREEN value IS 197 (77.34% from 255) = 31.17%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=30.38%
G=31.17%
B=38.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921972430.210.1900.05234.126885.29
HexC0C5F3151305ea4455
Octal300305363252305352104125
Binary110000001100010111110011101011001101011110101010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C5F3; }

 p { color: rgb(192,197,243); }

 H1.HeaderClassName
 {
   color: #C0C5F3;
 }
 .AnyTagClassName
 {
   color: #C0C5F3;
 }
</style>
background-color css

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

 a { background-color: rgb(192,197,243); }

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

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

 span { border-color: rgb(192,197,243); }

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