#C0B1FE

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

Shades of Lavender Blue #C0B1FE

Tints of Lavender Blue #C0B1FE

Color information

#C0B1FE (or 0xC0B1FE) is unknown color: approx Lavender Blue. HEX triplet: C0, B1 and FE. RGB value is (192,177,254). Sum of RGB (Red+Green+Blue) = 192+177+254=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B1FE is #3F4E01. Grayscale: #BDBDBD. Windows color (decimal): -4148738 or 16691648. OLE color: 16691648.

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

Color convert

RGB192177254-
CMYK0.240.3000.00
HSL251.69º97.47%84.51%-
HSV(B)251.69º30.31%99.61%-
XYZ55.3549.81100.46-
YUV190.26163.97129.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.82%
GREEN value IS 177 (69.53% from 255) = 28.41%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=30.82%
G=28.41%
B=40.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921772540.240.3000.00251.6997.4784.51
HexC0B1FE181E00fc6155
Octal300261376303600374141125
Binary1100000010110001111111101100011110001111110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1FE; }

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

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

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

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

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

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

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

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