Html Css Color HEX #B0BBEA Perano

📋 copy color: '#B0BBEA'

red 176 ◦ green 187 ◦ blue 234

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

Shades of Perano #B0BBEA

Tints of Perano #B0BBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.2%

R = 29.48%
G = 31.32%
B = 39.2%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0BBEA (or 0xB0BBEA) is known color: Perano. HEX triplet: B0, BB and EA. RGB value is (176,187,234). Sum of RGB (Red+Green+Blue) = 176+187+234=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBEA is #4F4415. Grayscale: #BCBCBC. Windows color (decimal): -5194774 or 15383472. OLE color: 15383472.

HSL color Cylindrical-coordinate representation of color #B0BBEA: hue angle of 228.62º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BBEA is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 187 234 -
CMYK 0.25 0.20 0 0.08
HSL 228.62º 0.58% 0.8% -
HSV(B) 228.62º 0.25% 0.92% -
XYZ 50.53 50.71 84.97 -
YUV 189.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 176 187 234 0.25 0.20 0 0.08 228.62 0.58 0.8
Hex B0 BB EA 19 14 0 8 E5 3A 50
Octal 260 273 352 31 24 0 10 345 72 120
Binary 10110000 10111011 11101010 11001 10100 0 1000 11100101 111010 1010000

Color Harmonies of #B0BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBEA

Black with #B0BBEA

Text Example


Text Example

White with #B0BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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