Html Css Color HEX #B0BBED Perano

📋 copy color: '#B0BBED'

red 176 ◦ green 187 ◦ blue 237

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

Shades of Perano #B0BBED

Tints of Perano #B0BBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.5%

R = 29.33%
G = 31.17%
B = 39.5%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0BBED (or 0xB0BBED) is known color: Perano. HEX triplet: B0, BB and ED. RGB value is (176,187,237). Sum of RGB (Red+Green+Blue) = 176+187+237=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBED is #4F4412. Grayscale: #BDBDBD. Windows color (decimal): -5194771 or 15580080. OLE color: 15580080.

HSL color Cylindrical-coordinate representation of color #B0BBED: hue angle of 229.18º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0BBED is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 187 237 -
CMYK 0.26 0.21 0 0.07
HSL 229.18º 0.63% 0.81% -
HSV(B) 229.18º 0.26% 0.93% -
XYZ 50.96 50.89 87.26 -
YUV 189.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 176 187 237 0.26 0.21 0 0.07 229.18 0.63 0.81
Hex B0 BB ED 1A 15 0 7 E5 3F 51
Octal 260 273 355 32 25 0 7 345 77 121
Binary 10110000 10111011 11101101 11010 10101 0 111 11100101 111111 1010001

Color Harmonies of #B0BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBED

Black with #B0BBED

Text Example


Text Example

White with #B0BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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