Html Css Color HEX #B8BBEF Perano

📋 copy color: '#B8BBEF'

red 184 ◦ green 187 ◦ blue 239

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

Shades of Perano #B8BBEF

Tints of Perano #B8BBEF

RGB

 RED value IS 184 (72.27% from 255) = 30.16%

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

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 30.16%
G = 30.66%
B = 39.18%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B8BBEF (or 0xB8BBEF) is known color: Perano. HEX triplet: B8, BB and EF. RGB value is (184,187,239). Sum of RGB (Red+Green+Blue) = 184+187+239=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BBEF is #474410. Grayscale: #BFBFBF. Windows color (decimal): -4670481 or 15711160. OLE color: 15711160.

HSL color Cylindrical-coordinate representation of color #B8BBEF: hue angle of 236.73º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8BBEF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 187 239 -
CMYK 0.23 0.22 0 0.06
HSL 236.73º 0.63% 0.83% -
HSV(B) 236.73º 0.23% 0.94% -
XYZ 53.12 51.96 88.89 -
YUV 192.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 184 187 239 0.23 0.22 0 0.06 236.73 0.63 0.83
Hex B8 BB EF 17 16 0 6 ED 3F 53
Octal 270 273 357 27 26 0 6 355 77 123
Binary 10111000 10111011 11101111 10111 10110 0 110 11101101 111111 1010011

Color Harmonies of #B8BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BBEF

Black with #B8BBEF

Text Example


Text Example

White with #B8BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BBEF; }

 p { color: rgb(184,187,239); }

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

background-color css

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

 a { background-color: rgb(184,187,239); }

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

border-color css

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

 span { border-color: rgb(184,187,239); }

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