Html Css Color HEX #BBADDB Moon Raker

📋 copy color: '#BBADDB'

red 187 ◦ green 173 ◦ blue 219

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

Shades of Moon Raker #BBADDB

Tints of Moon Raker #BBADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 32.3%
G = 29.88%
B = 37.82%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBADDB (or 0xBBADDB) is known color: Moon Raker. HEX triplet: BB, AD and DB. RGB value is (187,173,219). Sum of RGB (Red+Green+Blue) = 187+173+219=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADDB is #445224. Grayscale: #B6B6B6. Windows color (decimal): -4477477 or 14396859. OLE color: 14396859.

HSL color Cylindrical-coordinate representation of color #BBADDB: hue angle of 258.26º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBADDB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 173 219 -
CMYK 0.15 0.21 0 0.14
HSL 258.26º 0.39% 0.77% -
HSV(B) 258.26º 0.21% 0.86% -
XYZ 48.22 45.57 73.27 -
YUV 182.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 187 173 219 0.15 0.21 0 0.14 258.26 0.39 0.77
Hex BB AD DB F 15 0 E 102 27 4D
Octal 273 255 333 17 25 0 16 402 47 115
Binary 10111011 10101101 11011011 1111 10101 0 1110 100000010 100111 1001101

Color Harmonies of #BBADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADDB

Black with #BBADDB

Text Example


Text Example

White with #BBADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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