#CBC0FA

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

Shades of Lavender Blue #CBC0FA

Tints of Lavender Blue #CBC0FA

Color information

#CBC0FA (or 0xCBC0FA) is unknown color: approx Lavender Blue. HEX triplet: CB, C0 and FA. RGB value is (203,192,250). Sum of RGB (Red+Green+Blue) = 203+192+250=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0FA is #343F05. Grayscale: #C9C9C9. Windows color (decimal): -3424006 or 16433355. OLE color: 16433355.

HSL color Cylindrical-coordinate representation of color #CBC0FA: hue angle of 251.38º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC0FA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203192250-
CMYK0.190.2300.02
HSL251.38º85.29%86.67%-
HSV(B)251.38º23.2%98.04%-
XYZ60.7357.398.3-
YUV201.9155.14128.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 192 (75.39% from 255) = 29.77%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=31.47%
G=29.77%
B=38.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031922500.190.2300.02251.3885.2986.67
HexCBC0FA131702fb5557
Octal313300372232702373125127
Binary11001011110000001111101010011101110101111101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0FA; }

 p { color: rgb(203,192,250); }

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

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

 a { background-color: rgb(203,192,250); }

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

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

 span { border-color: rgb(203,192,250); }

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