Html Css Color HEX #C8BBD5 Moon Raker

📋 copy color: '#C8BBD5'

red 200 ◦ green 187 ◦ blue 213

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

Shades of Moon Raker #C8BBD5

Tints of Moon Raker #C8BBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.5%

R = 33.33%
G = 31.17%
B = 35.5%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C8BBD5 (or 0xC8BBD5) is known color: Moon Raker. HEX triplet: C8, BB and D5. RGB value is (200,187,213). Sum of RGB (Red+Green+Blue) = 200+187+213=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBD5 is #37442A. Grayscale: #C1C1C1. Windows color (decimal): -3621931 or 14007240. OLE color: 14007240.

HSL color Cylindrical-coordinate representation of color #C8BBD5: hue angle of 270º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BBD5 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 187 213 -
CMYK 0.06 0.12 0 0.16
HSL 270º 0.24% 0.78% -
HSV(B) 270º 0.12% 0.84% -
XYZ 53.6 52.62 70.28 -
YUV 193.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 200 187 213 0.06 0.12 0 0.16 270 0.24 0.78
Hex C8 BB D5 6 C 0 10 10E 18 4E
Octal 310 273 325 6 14 0 20 416 30 116
Binary 11001000 10111011 11010101 110 1100 0 10000 100001110 11000 1001110

Color Harmonies of #C8BBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBD5

Black with #C8BBD5

Text Example


Text Example

White with #C8BBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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