Html Css Color HEX #B2BBE9 Perano

📋 copy color: '#B2BBE9'

red 178 ◦ green 187 ◦ blue 233

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

Shades of Perano #B2BBE9

Tints of Perano #B2BBE9

RGB

 RED value IS 178 (69.92% from 255) = 29.77%

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

 BLUE value IS 233 (91.41% from 255) = 38.96%

R = 29.77%
G = 31.27%
B = 38.96%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B2BBE9 (or 0xB2BBE9) is known color: Perano. HEX triplet: B2, BB and E9. RGB value is (178,187,233). Sum of RGB (Red+Green+Blue) = 178+187+233=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #B2BBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBE9 is #4D4416. Grayscale: #BDBDBD. Windows color (decimal): -5063703 or 15317938. OLE color: 15317938.

HSL color Cylindrical-coordinate representation of color #B2BBE9: hue angle of 230.18º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BBE9 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 187 233 -
CMYK 0.24 0.20 0 0.09
HSL 230.18º 0.56% 0.81% -
HSV(B) 230.18º 0.24% 0.91% -
XYZ 50.84 50.89 84.23 -
YUV 189.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 178 187 233 0.24 0.20 0 0.09 230.18 0.56 0.81
Hex B2 BB E9 18 14 0 9 E6 38 51
Octal 262 273 351 30 24 0 11 346 70 121
Binary 10110010 10111011 11101001 11000 10100 0 1001 11100110 111000 1010001

Color Harmonies of #B2BBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBE9

Black with #B2BBE9

Text Example


Text Example

White with #B2BBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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