Html Css Color HEX #C8BED3 Moon Raker

📋 copy color: '#C8BED3'

red 200 ◦ green 190 ◦ blue 211

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

Shades of Moon Raker #C8BED3

Tints of Moon Raker #C8BED3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.61%

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 33.28%
G = 31.61%
B = 35.11%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C8BED3 (or 0xC8BED3) is known color: Moon Raker. HEX triplet: C8, BE and D3. RGB value is (200,190,211). Sum of RGB (Red+Green+Blue) = 200+190+211=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #C8BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BED3 is #37412C. Grayscale: #C3C3C3. Windows color (decimal): -3621165 or 13876936. OLE color: 13876936.

HSL color Cylindrical-coordinate representation of color #C8BED3: hue angle of 268.57º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BED3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 190 211 -
CMYK 0.05 0.10 0 0.17
HSL 268.57º 0.19% 0.79% -
HSV(B) 268.57º 0.1% 0.83% -
XYZ 53.99 53.81 69.17 -
YUV 195.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 200 190 211 0.05 0.10 0 0.17 268.57 0.19 0.79
Hex C8 BE D3 5 A 0 11 10D 13 4F
Octal 310 276 323 5 12 0 21 415 23 117
Binary 11001000 10111110 11010011 101 1010 0 10001 100001101 10011 1001111

Color Harmonies of #C8BED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BED3

Black with #C8BED3

Text Example


Text Example

White with #C8BED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BED3; }

 p { color: rgb(200,190,211); }

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

background-color css

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

 a { background-color: rgb(200,190,211); }

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

border-color css

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

 span { border-color: rgb(200,190,211); }

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