Html Css Color HEX #BBADCE Moon Raker

📋 copy color: '#BBADCE'

red 187 ◦ green 173 ◦ blue 206

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

Shades of Moon Raker #BBADCE

Tints of Moon Raker #BBADCE

RGB

 RED value IS 187 (73.44% from 255) = 33.04%

 GREEN value IS 173 (67.97% from 255) = 30.57%

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 33.04%
G = 30.57%
B = 36.4%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBADCE (or 0xBBADCE) is known color: Moon Raker. HEX triplet: BB, AD and CE. RGB value is (187,173,206). Sum of RGB (Red+Green+Blue) = 187+173+206=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADCE is #445231. Grayscale: #B4B4B4. Windows color (decimal): -4477490 or 13544891. OLE color: 13544891.

HSL color Cylindrical-coordinate representation of color #BBADCE: hue angle of 265.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBADCE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 173 206 -
CMYK 0.09 0.16 0 0.19
HSL 265.45º 0.25% 0.74% -
HSV(B) 265.45º 0.16% 0.81% -
XYZ 46.58 44.91 64.61 -
YUV 180.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 187 173 206 0.09 0.16 0 0.19 265.45 0.25 0.74
Hex BB AD CE 9 10 0 13 109 19 4A
Octal 273 255 316 11 20 0 23 411 31 112
Binary 10111011 10101101 11001110 1001 10000 0 10011 100001001 11001 1001010

Color Harmonies of #BBADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADCE

Black with #BBADCE

Text Example


Text Example

White with #BBADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADCE; }

 p { color: rgb(187,173,206); }

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

background-color css

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

 a { background-color: rgb(187,173,206); }

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

border-color css

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

 span { border-color: rgb(187,173,206); }

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