Html Css Color HEX #BBB0D4 Moon Raker

📋 copy color: '#BBB0D4'

red 187 ◦ green 176 ◦ blue 212

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

Shades of Moon Raker #BBB0D4

Tints of Moon Raker #BBB0D4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.61%

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

R = 32.52%
G = 30.61%
B = 36.87%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBB0D4 (or 0xBBB0D4) is known color: Moon Raker. HEX triplet: BB, B0 and D4. RGB value is (187,176,212). Sum of RGB (Red+Green+Blue) = 187+176+212=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBB0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0D4 is #444F2B. Grayscale: #B7B7B7. Windows color (decimal): -4476716 or 13938875. OLE color: 13938875.

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

Color convert

RGB 187 176 212 -
CMYK 0.12 0.17 0 0.17
HSL 258.33º 0.3% 0.76% -
HSV(B) 258.33º 0.17% 0.83% -
XYZ 47.9 46.37 68.71 -
YUV 183.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 187 176 212 0.12 0.17 0 0.17 258.33 0.3 0.76
Hex BB B0 D4 C 11 0 11 102 1E 4C
Octal 273 260 324 14 21 0 21 402 36 114
Binary 10111011 10110000 11010100 1100 10001 0 10001 100000010 11110 1001100

Color Harmonies of #BBB0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0D4

Black with #BBB0D4

Text Example


Text Example

White with #BBB0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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