#C0BFF5

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

Shades of Lavender Blue #C0BFF5

Tints of Lavender Blue #C0BFF5

Color information

#C0BFF5 (or 0xC0BFF5) is unknown color: approx Lavender Blue. HEX triplet: C0, BF and F5. RGB value is (192,191,245). Sum of RGB (Red+Green+Blue) = 192+191+245=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #C0BFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFF5 is #3F400A. Grayscale: #C5C5C5. Windows color (decimal): -4145163 or 16105408. OLE color: 16105408.

HSL color Cylindrical-coordinate representation of color #C0BFF5: hue angle of 241.11º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BFF5 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192191245-
CMYK0.220.2200.04
HSL241.11º72.97%85.49%-
HSV(B)241.11º22.04%96.08%-
XYZ56.8555.0694.02-
YUV197.46154.83124.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.57%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 245 (96.09% from 255) = 39.01%
R=30.57%
G=30.41%
B=39.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921912450.220.2200.04241.1172.9785.49
HexC0BFF5161604f14955
Octal300277365262604361111125
Binary110000001011111111110101101101011001001111000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFF5; }

 p { color: rgb(192,191,245); }

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

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

 a { background-color: rgb(192,191,245); }

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

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

 span { border-color: rgb(192,191,245); }

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