Html Css Color HEX #C9BAFE Lavender Blue

📋 copy color: '#C9BAFE'

red 201 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #C9BAFE

Tints of Lavender Blue #C9BAFE

RGB

 RED value IS 201 (78.91% from 255) = 31.36%

 GREEN value IS 186 (73.05% from 255) = 29.02%

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 31.36%
G = 29.02%
B = 39.63%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9BAFE (or 0xC9BAFE) is known color: Lavender Blue. HEX triplet: C9, BA and FE. RGB value is (201,186,254). Sum of RGB (Red+Green+Blue) = 201+186+254=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAFE is #364501. Grayscale: #C5C5C5. Windows color (decimal): -3556610 or 16693961. OLE color: 16693961.

HSL color Cylindrical-coordinate representation of color #C9BAFE: hue angle of 253.24º 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 #C9BAFE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 186 254 -
CMYK 0.21 0.27 0 0.00
HSL 253.24º 0.97% 0.86% -
HSV(B) 253.24º 0.27% 1% -
XYZ 59.54 54.69 101.18 -
YUV 198.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 201 186 254 0.21 0.27 0 0.00 253.24 0.97 0.86
Hex C9 BA FE 15 1B 0 0 FD 61 56
Octal 311 272 376 25 33 0 0 375 141 126
Binary 11001001 10111010 11111110 10101 11011 0 0 11111101 1100001 1010110

Color Harmonies of #C9BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAFE

Black with #C9BAFE

Text Example


Text Example

White with #C9BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAFE; }

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

 H1.HeaderClassName
 {
   color: #C9BAFE;
 }
 .AnyTagClassName
 {
   color: #C9BAFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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