Html Css Color HEX #BBB2D3 Moon Raker

📋 copy color: '#BBB2D3'

red 187 ◦ green 178 ◦ blue 211

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

Shades of Moon Raker #BBB2D3

Tints of Moon Raker #BBB2D3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.9%

 BLUE value IS 211 (82.81% from 255) = 36.63%

R = 32.47%
G = 30.9%
B = 36.63%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBB2D3 (or 0xBBB2D3) is known color: Moon Raker. HEX triplet: BB, B2 and D3. RGB value is (187,178,211). Sum of RGB (Red+Green+Blue) = 187+178+211=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBB2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2D3 is #444D2C. Grayscale: #B8B8B8. Windows color (decimal): -4476205 or 13873851. OLE color: 13873851.

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

Color convert

RGB 187 178 211 -
CMYK 0.11 0.16 0 0.17
HSL 256.36º 0.27% 0.76% -
HSV(B) 256.36º 0.16% 0.83% -
XYZ 48.17 47.11 68.18 -
YUV 184.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 187 178 211 0.11 0.16 0 0.17 256.36 0.27 0.76
Hex BB B2 D3 B 10 0 11 100 1B 4C
Octal 273 262 323 13 20 0 21 400 33 114
Binary 10111011 10110010 11010011 1011 10000 0 10001 100000000 11011 1001100

Color Harmonies of #BBB2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2D3

Black with #BBB2D3

Text Example


Text Example

White with #BBB2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2D3; }

 p { color: rgb(187,178,211); }

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

background-color css

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

 a { background-color: rgb(187,178,211); }

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

border-color css

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

 span { border-color: rgb(187,178,211); }

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