Html Css Color HEX #C9BAFA Lavender Blue

📋 copy color: '#C9BAFA'

red 201 ◦ green 186 ◦ blue 250

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

Shades of Lavender Blue #C9BAFA

Tints of Lavender Blue #C9BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 31.55%
G = 29.2%
B = 39.25%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9BAFA (or 0xC9BAFA) is known color: Lavender Blue. HEX triplet: C9, BA and FA. RGB value is (201,186,250). Sum of RGB (Red+Green+Blue) = 201+186+250=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAFA is #364505. Grayscale: #C5C5C5. Windows color (decimal): -3556614 or 16431817. OLE color: 16431817.

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

Color convert

RGB 201 186 250 -
CMYK 0.20 0.26 0 0.02
HSL 254.06º 0.86% 0.85% -
HSV(B) 254.06º 0.26% 0.98% -
XYZ 58.9 54.44 97.85 -
YUV 197.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 201 186 250 0.20 0.26 0 0.02 254.06 0.86 0.85
Hex C9 BA FA 14 1A 0 2 FE 56 55
Octal 311 272 372 24 32 0 2 376 126 125
Binary 11001001 10111010 11111010 10100 11010 0 10 11111110 1010110 1010101

Color Harmonies of #C9BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAFA

Black with #C9BAFA

Text Example


Text Example

White with #C9BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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