Html Css Color HEX #C9BBDB Moon Raker

📋 copy color: '#C9BBDB'

red 201 ◦ green 187 ◦ blue 219

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

Shades of Moon Raker #C9BBDB

Tints of Moon Raker #C9BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.81%

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 33.11%
G = 30.81%
B = 36.08%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9BBDB (or 0xC9BBDB) is known color: Moon Raker. HEX triplet: C9, BB and DB. RGB value is (201,187,219). Sum of RGB (Red+Green+Blue) = 201+187+219=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDB is #364424. Grayscale: #C2C2C2. Windows color (decimal): -3556389 or 14400457. OLE color: 14400457.

HSL color Cylindrical-coordinate representation of color #C9BBDB: hue angle of 266.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BBDB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 187 219 -
CMYK 0.08 0.15 0 0.14
HSL 266.25º 0.31% 0.8% -
HSV(B) 266.25º 0.15% 0.86% -
XYZ 54.64 53.07 74.38 -
YUV 194.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 201 187 219 0.08 0.15 0 0.14 266.25 0.31 0.8
Hex C9 BB DB 8 F 0 E 10A 1F 50
Octal 311 273 333 10 17 0 16 412 37 120
Binary 11001001 10111011 11011011 1000 1111 0 1110 100001010 11111 1010000

Color Harmonies of #C9BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBDB

Black with #C9BBDB

Text Example


Text Example

White with #C9BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBDB; }

 p { color: rgb(201,187,219); }

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

background-color css

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

 a { background-color: rgb(201,187,219); }

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

border-color css

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

 span { border-color: rgb(201,187,219); }

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