Html Css Color HEX #C6BAD4 Moon Raker

📋 copy color: '#C6BAD4'

red 198 ◦ green 186 ◦ blue 212

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

Shades of Moon Raker #C6BAD4

Tints of Moon Raker #C6BAD4

RGB

 RED value IS 198 (77.73% from 255) = 33.22%

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

 BLUE value IS 212 (83.2% from 255) = 35.57%

R = 33.22%
G = 31.21%
B = 35.57%

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

#C6BAD4 (or 0xC6BAD4) is known color: Moon Raker. HEX triplet: C6, BA and D4. RGB value is (198,186,212). Sum of RGB (Red+Green+Blue) = 198+186+212=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BAD4 is #39452B. Grayscale: #C0C0C0. Windows color (decimal): -3753260 or 13941446. OLE color: 13941446.

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

Color convert

RGB 198 186 212 -
CMYK 0.07 0.12 0 0.17
HSL 267.69º 0.23% 0.78% -
HSV(B) 267.69º 0.12% 0.83% -
XYZ 52.73 51.88 69.52 -
YUV 192.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 198 186 212 0.07 0.12 0 0.17 267.69 0.23 0.78
Hex C6 BA D4 7 C 0 11 10C 17 4E
Octal 306 272 324 7 14 0 21 414 27 116
Binary 11000110 10111010 11010100 111 1100 0 10001 100001100 10111 1001110

Color Harmonies of #C6BAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAD4

Black with #C6BAD4

Text Example


Text Example

White with #C6BAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAD4; }

 p { color: rgb(198,186,212); }

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

background-color css

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

 a { background-color: rgb(198,186,212); }

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

border-color css

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

 span { border-color: rgb(198,186,212); }

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