Html Css Color HEX #BBB5D5 Blue Haze

📋 copy color: '#BBB5D5'

red 187 ◦ green 181 ◦ blue 213

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

Shades of Blue Haze #BBB5D5

Tints of Blue Haze #BBB5D5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.15%

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 32.19%
G = 31.15%
B = 36.66%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBB5D5 (or 0xBBB5D5) is known color: Blue Haze. HEX triplet: BB, B5 and D5. RGB value is (187,181,213). Sum of RGB (Red+Green+Blue) = 187+181+213=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5D5 is #444A2A. Grayscale: #BABABA. Windows color (decimal): -4475435 or 14005691. OLE color: 14005691.

HSL color Cylindrical-coordinate representation of color #BBB5D5: hue angle of 251.25º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB5D5 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 181 213 -
CMYK 0.12 0.15 0 0.16
HSL 251.25º 0.28% 0.77% -
HSV(B) 251.25º 0.15% 0.84% -
XYZ 49.03 48.42 69.71 -
YUV 186.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 187 181 213 0.12 0.15 0 0.16 251.25 0.28 0.77
Hex BB B5 D5 C F 0 10 FB 1C 4D
Octal 273 265 325 14 17 0 20 373 34 115
Binary 10111011 10110101 11010101 1100 1111 0 10000 11111011 11100 1001101

Color Harmonies of #BBB5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5D5

Black with #BBB5D5

Text Example


Text Example

White with #BBB5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5D5; }

 p { color: rgb(187,181,213); }

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

background-color css

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

 a { background-color: rgb(187,181,213); }

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

border-color css

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

 span { border-color: rgb(187,181,213); }

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