Html Css Color HEX #C5BDD3 Moon Raker

📋 copy color: '#C5BDD3'

red 197 ◦ green 189 ◦ blue 211

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

Shades of Moon Raker #C5BDD3

Tints of Moon Raker #C5BDD3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.66%

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

R = 33%
G = 31.66%
B = 35.34%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C5BDD3 (or 0xC5BDD3) is known color: Moon Raker. HEX triplet: C5, BD and D3. RGB value is (197,189,211). Sum of RGB (Red+Green+Blue) = 197+189+211=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5BDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDD3 is #3A422C. Grayscale: #C1C1C1. Windows color (decimal): -3818029 or 13876677. OLE color: 13876677.

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

Color convert

RGB 197 189 211 -
CMYK 0.07 0.10 0 0.17
HSL 261.82º 0.2% 0.78% -
HSV(B) 261.82º 0.1% 0.83% -
XYZ 52.98 52.97 69.06 -
YUV 193.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 197 189 211 0.07 0.10 0 0.17 261.82 0.2 0.78
Hex C5 BD D3 7 A 0 11 106 14 4E
Octal 305 275 323 7 12 0 21 406 24 116
Binary 11000101 10111101 11010011 111 1010 0 10001 100000110 10100 1001110

Color Harmonies of #C5BDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDD3

Black with #C5BDD3

Text Example


Text Example

White with #C5BDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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