Html Css Color HEX #C2BBD0 Moon Raker

📋 copy color: '#C2BBD0'

red 194 ◦ green 187 ◦ blue 208

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

Shades of Moon Raker #C2BBD0

Tints of Moon Raker #C2BBD0

RGB

 RED value IS 194 (76.17% from 255) = 32.94%

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

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 32.94%
G = 31.75%
B = 35.31%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2BBD0 (or 0xC2BBD0) is known color: Moon Raker. HEX triplet: C2, BB and D0. RGB value is (194,187,208). Sum of RGB (Red+Green+Blue) = 194+187+208=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD0 is #3D442F. Grayscale: #BFBFBF. Windows color (decimal): -4015152 or 13679554. OLE color: 13679554.

HSL color Cylindrical-coordinate representation of color #C2BBD0: hue angle of 260º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2BBD0 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 187 208 -
CMYK 0.07 0.10 0 0.18
HSL 260º 0.18% 0.77% -
HSV(B) 260º 0.1% 0.82% -
XYZ 51.4 51.56 66.92 -
YUV 191.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 194 187 208 0.07 0.10 0 0.18 260 0.18 0.77
Hex C2 BB D0 7 A 0 12 104 12 4D
Octal 302 273 320 7 12 0 22 404 22 115
Binary 11000010 10111011 11010000 111 1010 0 10010 100000100 10010 1001101

Color Harmonies of #C2BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBD0

Black with #C2BBD0

Text Example


Text Example

White with #C2BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBD0; }

 p { color: rgb(194,187,208); }

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

background-color css

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

 a { background-color: rgb(194,187,208); }

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

border-color css

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

 span { border-color: rgb(194,187,208); }

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