Html Css Color HEX #CBBAFE Lavender Blue

📋 copy color: '#CBBAFE'

red 203 ◦ green 186 ◦ blue 254

#CBBAFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #CBBAFE

Tints of Lavender Blue #CBBAFE

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.5%

R = 31.57%
G = 28.93%
B = 39.5%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBBAFE (or 0xCBBAFE) is known color: 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

RGB 203 186 254 -
CMYK 0.20 0.27 0 0.00
HSL 255º 0.97% 0.86% -
HSV(B) 255º 0.27% 1% -
XYZ 60.08 54.97 101.21 -
YUV 198.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 203 186 254 0.20 0.27 0 0.00 255 0.97 0.86
Hex CB BA FE 14 1B 0 0 FF 61 56
Octal 313 272 376 24 33 0 0 377 141 126
Binary 11001011 10111010 11111110 10100 11011 0 0 11111111 1100001 1010110

Color Harmonies of #CBBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBAFE

Black with #CBBAFE

Text Example


Text Example

White with #CBBAFE

Text Example


Text Example

HTML Codes & Css Web 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>