Html Css Color HEX #B2BBFE Perano

📋 copy color: '#B2BBFE'

red 178 ◦ green 187 ◦ blue 254

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

Shades of Perano #B2BBFE

Tints of Perano #B2BBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 28.76%
G = 30.21%
B = 41.03%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2BBFE (or 0xB2BBFE) is known color: Perano. HEX triplet: B2, BB and FE. RGB value is (178,187,254). Sum of RGB (Red+Green+Blue) = 178+187+254=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBFE is #4D4401. Grayscale: #BFBFBF. Windows color (decimal): -5063682 or 16694194. OLE color: 16694194.

HSL color Cylindrical-coordinate representation of color #B2BBFE: hue angle of 232.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BBFE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 187 254 -
CMYK 0.30 0.26 0 0.00
HSL 232.89º 0.97% 0.85% -
HSV(B) 232.89º 0.3% 1% -
XYZ 54.02 52.16 100.99 -
YUV 191.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 178 187 254 0.30 0.26 0 0.00 232.89 0.97 0.85
Hex B2 BB FE 1E 1A 0 0 E9 61 55
Octal 262 273 376 36 32 0 0 351 141 125
Binary 10110010 10111011 11111110 11110 11010 0 0 11101001 1100001 1010101

Color Harmonies of #B2BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBFE

Black with #B2BBFE

Text Example


Text Example

White with #B2BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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