Html Css Color HEX #BBABD4 Moon Raker

📋 copy color: '#BBABD4'

red 187 ◦ green 171 ◦ blue 212

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

Shades of Moon Raker #BBABD4

Tints of Moon Raker #BBABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.19%

R = 32.81%
G = 30%
B = 37.19%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBABD4 (or 0xBBABD4) is known color: Moon Raker. HEX triplet: BB, AB and D4. RGB value is (187,171,212). Sum of RGB (Red+Green+Blue) = 187+171+212=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABD4 is #44542B. Grayscale: #B4B4B4. Windows color (decimal): -4477996 or 13937595. OLE color: 13937595.

HSL color Cylindrical-coordinate representation of color #BBABD4: hue angle of 263.41º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBABD4 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 171 212 -
CMYK 0.12 0.19 0 0.17
HSL 263.41º 0.32% 0.75% -
HSV(B) 263.41º 0.19% 0.83% -
XYZ 46.94 44.44 68.39 -
YUV 180.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 187 171 212 0.12 0.19 0 0.17 263.41 0.32 0.75
Hex BB AB D4 C 13 0 11 107 20 4B
Octal 273 253 324 14 23 0 21 407 40 113
Binary 10111011 10101011 11010100 1100 10011 0 10001 100000111 100000 1001011

Color Harmonies of #BBABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABD4

Black with #BBABD4

Text Example


Text Example

White with #BBABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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