Html Css Color HEX #C9BDF8 Lavender Blue

📋 copy color: '#C9BDF8'

red 201 ◦ green 189 ◦ blue 248

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

Shades of Lavender Blue #C9BDF8

Tints of Lavender Blue #C9BDF8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.62%

 BLUE value IS 248 (97.27% from 255) = 38.87%

R = 31.5%
G = 29.62%
B = 38.87%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C9BDF8 (or 0xC9BDF8) is known color: Lavender Blue. HEX triplet: C9, BD and F8. RGB value is (201,189,248). Sum of RGB (Red+Green+Blue) = 201+189+248=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDF8 is #364207. Grayscale: #C7C7C7. Windows color (decimal): -3555848 or 16301513. OLE color: 16301513.

HSL color Cylindrical-coordinate representation of color #C9BDF8: hue angle of 252.2º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BDF8 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 189 248 -
CMYK 0.19 0.24 0 0.03
HSL 252.2º 0.81% 0.86% -
HSV(B) 252.2º 0.24% 0.97% -
XYZ 59.23 55.59 96.42 -
YUV 199.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 201 189 248 0.19 0.24 0 0.03 252.2 0.81 0.86
Hex C9 BD F8 13 18 0 3 FC 51 56
Octal 311 275 370 23 30 0 3 374 121 126
Binary 11001001 10111101 11111000 10011 11000 0 11 11111100 1010001 1010110

Color Harmonies of #C9BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDF8

Black with #C9BDF8

Text Example


Text Example

White with #C9BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDF8; }

 p { color: rgb(201,189,248); }

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

background-color css

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

 a { background-color: rgb(201,189,248); }

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

border-color css

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

 span { border-color: rgb(201,189,248); }

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