#C0BDFE

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

Shades of Lavender Blue #C0BDFE

Tints of Lavender Blue #C0BDFE

Color information

#C0BDFE (or 0xC0BDFE) is unknown color: approx Lavender Blue. HEX triplet: C0, BD and FE. RGB value is (192,189,254). Sum of RGB (Red+Green+Blue) = 192+189+254=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDFE is #3F4201. Grayscale: #C5C5C5. Windows color (decimal): -4145666 or 16694720. OLE color: 16694720.

HSL color Cylindrical-coordinate representation of color #C0BDFE: hue angle of 242.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BDFE is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192189254-
CMYK0.240.2600.00
HSL242.77º97.01%86.86%-
HSV(B)242.77º25.59%99.61%-
XYZ57.8354.76101.29-
YUV197.31159.99124.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.24%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 254 (99.61% from 255) = 40%
R=30.24%
G=29.76%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921892540.240.2600.00242.7797.0186.86
HexC0BDFE181A00f36157
Octal300275376303200363141127
Binary1100000010111101111111101100011010001111001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDFE; }

 p { color: rgb(192,189,254); }

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

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

 a { background-color: rgb(192,189,254); }

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

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

 span { border-color: rgb(192,189,254); }

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