Html Css Color HEX #C9BAF9 Lavender Blue

📋 copy color: '#C9BAF9'

red 201 ◦ green 186 ◦ blue 249

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

Shades of Lavender Blue #C9BAF9

Tints of Lavender Blue #C9BAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.15%

R = 31.6%
G = 29.25%
B = 39.15%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9BAF9 (or 0xC9BAF9) is known color: Lavender Blue. HEX triplet: C9, BA and F9. RGB value is (201,186,249). Sum of RGB (Red+Green+Blue) = 201+186+249=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9BAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAF9 is #364506. Grayscale: #C5C5C5. Windows color (decimal): -3556615 or 16366281. OLE color: 16366281.

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

Color convert

RGB 201 186 249 -
CMYK 0.19 0.25 0 0.02
HSL 254.29º 0.84% 0.85% -
HSV(B) 254.29º 0.25% 0.98% -
XYZ 58.75 54.37 97.02 -
YUV 197.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 201 186 249 0.19 0.25 0 0.02 254.29 0.84 0.85
Hex C9 BA F9 13 19 0 2 FE 54 55
Octal 311 272 371 23 31 0 2 376 124 125
Binary 11001001 10111010 11111001 10011 11001 0 10 11111110 1010100 1010101

Color Harmonies of #C9BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAF9

Black with #C9BAF9

Text Example


Text Example

White with #C9BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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