Html Css Color HEX #BBADCB Moon Raker

📋 copy color: '#BBADCB'

red 187 ◦ green 173 ◦ blue 203

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

Shades of Moon Raker #BBADCB

Tints of Moon Raker #BBADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 33.21%
G = 30.73%
B = 36.06%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBADCB (or 0xBBADCB) is known color: Moon Raker. HEX triplet: BB, AD and CB. RGB value is (187,173,203). Sum of RGB (Red+Green+Blue) = 187+173+203=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADCB is #445234. Grayscale: #B4B4B4. Windows color (decimal): -4477493 or 13348283. OLE color: 13348283.

HSL color Cylindrical-coordinate representation of color #BBADCB: hue angle of 268º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBADCB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 173 203 -
CMYK 0.08 0.15 0 0.20
HSL 268º 0.22% 0.74% -
HSV(B) 268º 0.15% 0.8% -
XYZ 46.22 44.76 62.7 -
YUV 180.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 187 173 203 0.08 0.15 0 0.20 268 0.22 0.74
Hex BB AD CB 8 F 0 14 10C 16 4A
Octal 273 255 313 10 17 0 24 414 26 112
Binary 10111011 10101101 11001011 1000 1111 0 10100 100001100 10110 1001010

Color Harmonies of #BBADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADCB

Black with #BBADCB

Text Example


Text Example

White with #BBADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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