Html Css Color HEX #BBABDC Moon Raker

📋 copy color: '#BBABDC'

red 187 ◦ green 171 ◦ blue 220

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

Shades of Moon Raker #BBABDC

Tints of Moon Raker #BBABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.58%

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 32.35%
G = 29.58%
B = 38.06%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBABDC (or 0xBBABDC) is known color: Moon Raker. HEX triplet: BB, AB and DC. RGB value is (187,171,220). Sum of RGB (Red+Green+Blue) = 187+171+220=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABDC is #445423. Grayscale: #B5B5B5. Windows color (decimal): -4477988 or 14461883. OLE color: 14461883.

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

Color convert

RGB 187 171 220 -
CMYK 0.15 0.22 0 0.14
HSL 259.59º 0.41% 0.77% -
HSV(B) 259.59º 0.22% 0.86% -
XYZ 47.97 44.86 73.84 -
YUV 181.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 187 171 220 0.15 0.22 0 0.14 259.59 0.41 0.77
Hex BB AB DC F 16 0 E 104 29 4D
Octal 273 253 334 17 26 0 16 404 51 115
Binary 10111011 10101011 11011100 1111 10110 0 1110 100000100 101001 1001101

Color Harmonies of #BBABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABDC

Black with #BBABDC

Text Example


Text Example

White with #BBABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABDC; }

 p { color: rgb(187,171,220); }

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

background-color css

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

 a { background-color: rgb(187,171,220); }

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

border-color css

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

 span { border-color: rgb(187,171,220); }

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