Html Css Color HEX #C5BBD3 Moon Raker

📋 copy color: '#C5BBD3'

red 197 ◦ green 187 ◦ blue 211

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

Shades of Moon Raker #C5BBD3

Tints of Moon Raker #C5BBD3

RGB

 RED value IS 197 (77.34% from 255) = 33.11%

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

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

R = 33.11%
G = 31.43%
B = 35.46%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C5BBD3 (or 0xC5BBD3) is known color: Moon Raker. HEX triplet: C5, BB and D3. RGB value is (197,187,211). Sum of RGB (Red+Green+Blue) = 197+187+211=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5BBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBD3 is #3A442C. Grayscale: #C0C0C0. Windows color (decimal): -3818541 or 13876165. OLE color: 13876165.

HSL color Cylindrical-coordinate representation of color #C5BBD3: hue angle of 265º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5BBD3 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 187 211 -
CMYK 0.07 0.11 0 0.17
HSL 265º 0.21% 0.78% -
HSV(B) 265º 0.11% 0.83% -
XYZ 52.55 52.11 68.92 -
YUV 192.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 197 187 211 0.07 0.11 0 0.17 265 0.21 0.78
Hex C5 BB D3 7 B 0 11 109 15 4E
Octal 305 273 323 7 13 0 21 411 25 116
Binary 11000101 10111011 11010011 111 1011 0 10001 100001001 10101 1001110

Color Harmonies of #C5BBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBD3

Black with #C5BBD3

Text Example


Text Example

White with #C5BBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBD3; }

 p { color: rgb(197,187,211); }

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

background-color css

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

 a { background-color: rgb(197,187,211); }

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

border-color css

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

 span { border-color: rgb(197,187,211); }

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