Html Css Color HEX #B5BBED Perano

📋 copy color: '#B5BBED'

red 181 ◦ green 187 ◦ blue 237

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

Shades of Perano #B5BBED

Tints of Perano #B5BBED

RGB

 RED value IS 181 (71.09% from 255) = 29.92%

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

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

R = 29.92%
G = 30.91%
B = 39.17%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5BBED (or 0xB5BBED) is known color: Perano. HEX triplet: B5, BB and ED. RGB value is (181,187,237). Sum of RGB (Red+Green+Blue) = 181+187+237=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBED is #4A4412. Grayscale: #BEBEBE. Windows color (decimal): -4867091 or 15580085. OLE color: 15580085.

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

Color convert

RGB 181 187 237 -
CMYK 0.24 0.21 0 0.07
HSL 233.57º 0.61% 0.82% -
HSV(B) 233.57º 0.24% 0.93% -
XYZ 52.11 51.48 87.31 -
YUV 190.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 181 187 237 0.24 0.21 0 0.07 233.57 0.61 0.82
Hex B5 BB ED 18 15 0 7 EA 3D 52
Octal 265 273 355 30 25 0 7 352 75 122
Binary 10110101 10111011 11101101 11000 10101 0 111 11101010 111101 1010010

Color Harmonies of #B5BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BBED

Black with #B5BBED

Text Example


Text Example

White with #B5BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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