Html Css Color HEX #C2BAD3 Moon Raker

📋 copy color: '#C2BAD3'

red 194 ◦ green 186 ◦ blue 211

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

Shades of Moon Raker #C2BAD3

Tints of Moon Raker #C2BAD3

RGB

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

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

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

R = 32.83%
G = 31.47%
B = 35.7%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C2BAD3 (or 0xC2BAD3) is known color: Moon Raker. HEX triplet: C2, BA and D3. RGB value is (194,186,211). Sum of RGB (Red+Green+Blue) = 194+186+211=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2BAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAD3 is #3D452C. Grayscale: #BFBFBF. Windows color (decimal): -4015405 or 13875906. OLE color: 13875906.

HSL color Cylindrical-coordinate representation of color #C2BAD3: hue angle of 259.2º 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 #C2BAD3 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 186 211 -
CMYK 0.08 0.12 0 0.17
HSL 259.2º 0.22% 0.78% -
HSV(B) 259.2º 0.12% 0.83% -
XYZ 51.56 51.29 68.81 -
YUV 191.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 194 186 211 0.08 0.12 0 0.17 259.2 0.22 0.78
Hex C2 BA D3 8 C 0 11 103 16 4E
Octal 302 272 323 10 14 0 21 403 26 116
Binary 11000010 10111010 11010011 1000 1100 0 10001 100000011 10110 1001110

Color Harmonies of #C2BAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAD3

Black with #C2BAD3

Text Example


Text Example

White with #C2BAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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