#C0BDFB

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

Shades of Lavender Blue #C0BDFB

Tints of Lavender Blue #C0BDFB

Color information

#C0BDFB (or 0xC0BDFB) is unknown color: approx Lavender Blue. HEX triplet: C0, BD and FB. RGB value is (192,189,251). Sum of RGB (Red+Green+Blue) = 192+189+251=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDFB is #3F4204. Grayscale: #C4C4C4. Windows color (decimal): -4145669 or 16498112. OLE color: 16498112.

HSL color Cylindrical-coordinate representation of color #C0BDFB: hue angle of 242.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0BDFB is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192189251-
CMYK0.240.2500.02
HSL242.9º88.57%86.27%-
HSV(B)242.9º24.7%98.43%-
XYZ57.3554.5798.78-
YUV196.96158.49124.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.38%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=30.38%
G=29.91%
B=39.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921892510.240.2500.02242.988.5786.27
HexC0BDFB181902f35956
Octal300275373303102363131126
Binary11000000101111011111101111000110010101111001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDFB; }

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

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

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

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

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

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

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

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