Html Css Color HEX #B0BBDE Perano

📋 copy color: '#B0BBDE'

red 176 ◦ green 187 ◦ blue 222

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

Shades of Perano #B0BBDE

Tints of Perano #B0BBDE

RGB

 RED value IS 176 (69.14% from 255) = 30.09%

 GREEN value IS 187 (73.44% from 255) = 31.97%

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 30.09%
G = 31.97%
B = 37.95%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0BBDE (or 0xB0BBDE) is known color: Perano. HEX triplet: B0, BB and DE. RGB value is (176,187,222). Sum of RGB (Red+Green+Blue) = 176+187+222=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBDE is #4F4421. Grayscale: #BBBBBB. Windows color (decimal): -5194786 or 14597040. OLE color: 14597040.

HSL color Cylindrical-coordinate representation of color #B0BBDE: hue angle of 225.65º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0BBDE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 187 222 -
CMYK 0.21 0.16 0 0.13
HSL 225.65º 0.41% 0.78% -
HSV(B) 225.65º 0.21% 0.87% -
XYZ 48.86 50.04 76.19 -
YUV 187.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 176 187 222 0.21 0.16 0 0.13 225.65 0.41 0.78
Hex B0 BB DE 15 10 0 D E2 29 4E
Octal 260 273 336 25 20 0 15 342 51 116
Binary 10110000 10111011 11011110 10101 10000 0 1101 11100010 101001 1001110

Color Harmonies of #B0BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBDE

Black with #B0BBDE

Text Example


Text Example

White with #B0BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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