#CBBAFE

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

Shades of Lavender Blue #CBBAFE

Tints of Lavender Blue #CBBAFE

Color information

#CBBAFE (or 0xCBBAFE) is unknown color: approx Lavender Blue. HEX triplet: CB, BA and FE. RGB value is (203,186,254). Sum of RGB (Red+Green+Blue) = 203+186+254=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAFE is #344501. Grayscale: #C6C6C6. Windows color (decimal): -3425538 or 16693963. OLE color: 16693963.

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

Color convert

RGB203186254-
CMYK0.200.2700.00
HSL255º97.14%86.27%-
HSV(B)255º26.77%99.61%-
XYZ60.0854.97101.21-
YUV198.83159.13130.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.57%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=31.57%
G=28.93%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031862540.200.2700.0025597.1486.27
HexCBBAFE141B00ff6156
Octal313272376243300377141126
Binary1100101110111010111111101010011011001111111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAFE; }

 p { color: rgb(203,186,254); }

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

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

 a { background-color: rgb(203,186,254); }

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

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

 span { border-color: rgb(203,186,254); }

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