Html Css Color HEX #C4BDD1 Moon Raker

📋 copy color: '#C4BDD1'

red 196 ◦ green 189 ◦ blue 209

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

Shades of Moon Raker #C4BDD1

Tints of Moon Raker #C4BDD1

RGB

 RED value IS 196 (76.95% from 255) = 33%

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

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 33%
G = 31.82%
B = 35.19%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C4BDD1 (or 0xC4BDD1) is known color: Moon Raker. HEX triplet: C4, BD and D1. RGB value is (196,189,209). Sum of RGB (Red+Green+Blue) = 196+189+209=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDD1 is #3B422E. Grayscale: #C1C1C1. Windows color (decimal): -3883567 or 13745604. OLE color: 13745604.

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

Color convert

RGB 196 189 209 -
CMYK 0.06 0.10 0 0.18
HSL 261º 0.18% 0.78% -
HSV(B) 261º 0.1% 0.82% -
XYZ 52.47 52.73 67.73 -
YUV 193.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 196 189 209 0.06 0.10 0 0.18 261 0.18 0.78
Hex C4 BD D1 6 A 0 12 105 12 4E
Octal 304 275 321 6 12 0 22 405 22 116
Binary 11000100 10111101 11010001 110 1010 0 10010 100000101 10010 1001110

Color Harmonies of #C4BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDD1

Black with #C4BDD1

Text Example


Text Example

White with #C4BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDD1; }

 p { color: rgb(196,189,209); }

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

background-color css

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

 a { background-color: rgb(196,189,209); }

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

border-color css

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

 span { border-color: rgb(196,189,209); }

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