Html Css Color HEX #C9BDF9 Lavender Blue

📋 copy color: '#C9BDF9'

red 201 ◦ green 189 ◦ blue 249

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

Shades of Lavender Blue #C9BDF9

Tints of Lavender Blue #C9BDF9

RGB

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

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

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

R = 31.46%
G = 29.58%
B = 38.97%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9BDF9 (or 0xC9BDF9) is known color: Lavender Blue. HEX triplet: C9, BD and F9. RGB value is (201,189,249). Sum of RGB (Red+Green+Blue) = 201+189+249=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9BDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDF9 is #364206. Grayscale: #C7C7C7. Windows color (decimal): -3555847 or 16367049. OLE color: 16367049.

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

Color convert

RGB 201 189 249 -
CMYK 0.19 0.24 0 0.02
HSL 252º 0.83% 0.86% -
HSV(B) 252º 0.24% 0.98% -
XYZ 59.38 55.65 97.23 -
YUV 199.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 201 189 249 0.19 0.24 0 0.02 252 0.83 0.86
Hex C9 BD F9 13 18 0 2 FC 53 56
Octal 311 275 371 23 30 0 2 374 123 126
Binary 11001001 10111101 11111001 10011 11000 0 10 11111100 1010011 1010110

Color Harmonies of #C9BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDF9

Black with #C9BDF9

Text Example


Text Example

White with #C9BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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