#C0BDFC

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

Shades of Lavender Blue #C0BDFC

Tints of Lavender Blue #C0BDFC

Color information

#C0BDFC (or 0xC0BDFC) is unknown color: approx Lavender Blue. HEX triplet: C0, BD and FC. RGB value is (192,189,252). Sum of RGB (Red+Green+Blue) = 192+189+252=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDFC is #3F4203. Grayscale: #C4C4C4. Windows color (decimal): -4145668 or 16563648. OLE color: 16563648.

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

Color convert

RGB192189252-
CMYK0.240.2500.01
HSL242.86º91.3%86.47%-
HSV(B)242.86º25%98.82%-
XYZ57.5154.6399.61-
YUV197.08158.99124.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.33%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=30.33%
G=29.86%
B=39.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921892520.240.2500.01242.8691.386.47
HexC0BDFC181901f35b56
Octal300275374303101363133126
Binary1100000010111101111111001100011001011111001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDFC; }

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

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

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

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

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

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

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

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