Html Css Color HEX #C8BBD8 Moon Raker

📋 copy color: '#C8BBD8'

red 200 ◦ green 187 ◦ blue 216

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

Shades of Moon Raker #C8BBD8

Tints of Moon Raker #C8BBD8

RGB

 RED value IS 200 (78.52% from 255) = 33.17%

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

 BLUE value IS 216 (84.77% from 255) = 35.82%

R = 33.17%
G = 31.01%
B = 35.82%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C8BBD8 (or 0xC8BBD8) is known color: Moon Raker. HEX triplet: C8, BB and D8. RGB value is (200,187,216). Sum of RGB (Red+Green+Blue) = 200+187+216=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBD8 is #374427. Grayscale: #C2C2C2. Windows color (decimal): -3621928 or 14203848. OLE color: 14203848.

HSL color Cylindrical-coordinate representation of color #C8BBD8: hue angle of 266.9º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BBD8 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 187 216 -
CMYK 0.07 0.13 0 0.15
HSL 266.9º 0.27% 0.79% -
HSV(B) 266.9º 0.13% 0.85% -
XYZ 53.98 52.78 72.31 -
YUV 194.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 200 187 216 0.07 0.13 0 0.15 266.9 0.27 0.79
Hex C8 BB D8 7 D 0 F 10B 1B 4F
Octal 310 273 330 7 15 0 17 413 33 117
Binary 11001000 10111011 11011000 111 1101 0 1111 100001011 11011 1001111

Color Harmonies of #C8BBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBD8

Black with #C8BBD8

Text Example


Text Example

White with #C8BBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBD8; }

 p { color: rgb(200,187,216); }

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

background-color css

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

 a { background-color: rgb(200,187,216); }

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

border-color css

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

 span { border-color: rgb(200,187,216); }

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