Html Css Color HEX #C4BAD3 Moon Raker

📋 copy color: '#C4BAD3'

red 196 ◦ green 186 ◦ blue 211

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

Shades of Moon Raker #C4BAD3

Tints of Moon Raker #C4BAD3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.37%

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

R = 33.05%
G = 31.37%
B = 35.58%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C4BAD3 (or 0xC4BAD3) is known color: Moon Raker. HEX triplet: C4, BA and D3. RGB value is (196,186,211). Sum of RGB (Red+Green+Blue) = 196+186+211=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4BAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAD3 is #3B452C. Grayscale: #BFBFBF. Windows color (decimal): -3884333 or 13875908. OLE color: 13875908.

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

Color convert

RGB 196 186 211 -
CMYK 0.07 0.12 0 0.17
HSL 264º 0.22% 0.78% -
HSV(B) 264º 0.12% 0.83% -
XYZ 52.08 51.56 68.83 -
YUV 191.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 196 186 211 0.07 0.12 0 0.17 264 0.22 0.78
Hex C4 BA D3 7 C 0 11 108 16 4E
Octal 304 272 323 7 14 0 21 410 26 116
Binary 11000100 10111010 11010011 111 1100 0 10001 100001000 10110 1001110

Color Harmonies of #C4BAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BAD3

Black with #C4BAD3

Text Example


Text Example

White with #C4BAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BAD3; }

 p { color: rgb(196,186,211); }

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

background-color css

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

 a { background-color: rgb(196,186,211); }

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

border-color css

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

 span { border-color: rgb(196,186,211); }

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