Html Css Color HEX #BBADDA Moon Raker

📋 copy color: '#BBADDA'

red 187 ◦ green 173 ◦ blue 218

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

Shades of Moon Raker #BBADDA

Tints of Moon Raker #BBADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 32.35%
G = 29.93%
B = 37.72%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBADDA (or 0xBBADDA) is known color: Moon Raker. HEX triplet: BB, AD and DA. RGB value is (187,173,218). Sum of RGB (Red+Green+Blue) = 187+173+218=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADDA is #445225. Grayscale: #B6B6B6. Windows color (decimal): -4477478 or 14331323. OLE color: 14331323.

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

Color convert

RGB 187 173 218 -
CMYK 0.14 0.21 0 0.15
HSL 258.67º 0.38% 0.77% -
HSV(B) 258.67º 0.21% 0.85% -
XYZ 48.09 45.51 72.58 -
YUV 182.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 187 173 218 0.14 0.21 0 0.15 258.67 0.38 0.77
Hex BB AD DA E 15 0 F 103 26 4D
Octal 273 255 332 16 25 0 17 403 46 115
Binary 10111011 10101101 11011010 1110 10101 0 1111 100000011 100110 1001101

Color Harmonies of #BBADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADDA

Black with #BBADDA

Text Example


Text Example

White with #BBADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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