Html Css Color HEX #C6BBD5 Moon Raker

📋 copy color: '#C6BBD5'

red 198 ◦ green 187 ◦ blue 213

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

Shades of Moon Raker #C6BBD5

Tints of Moon Raker #C6BBD5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.27%

 BLUE value IS 213 (83.59% from 255) = 35.62%

R = 33.11%
G = 31.27%
B = 35.62%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6BBD5 (or 0xC6BBD5) is known color: Moon Raker. HEX triplet: C6, BB and D5. RGB value is (198,187,213). Sum of RGB (Red+Green+Blue) = 198+187+213=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBD5 is #39442A. Grayscale: #C1C1C1. Windows color (decimal): -3753003 or 14007238. OLE color: 14007238.

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

Color convert

RGB 198 187 213 -
CMYK 0.07 0.12 0 0.16
HSL 265.38º 0.24% 0.78% -
HSV(B) 265.38º 0.12% 0.84% -
XYZ 53.07 52.35 70.26 -
YUV 193.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 198 187 213 0.07 0.12 0 0.16 265.38 0.24 0.78
Hex C6 BB D5 7 C 0 10 109 18 4E
Octal 306 273 325 7 14 0 20 411 30 116
Binary 11000110 10111011 11010101 111 1100 0 10000 100001001 11000 1001110

Color Harmonies of #C6BBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBD5

Black with #C6BBD5

Text Example


Text Example

White with #C6BBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBD5; }

 p { color: rgb(198,187,213); }

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

background-color css

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

 a { background-color: rgb(198,187,213); }

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

border-color css

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

 span { border-color: rgb(198,187,213); }

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