Html Css Color HEX #B2BFEB Perano

📋 copy color: '#B2BFEB'

red 178 ◦ green 191 ◦ blue 235

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

Shades of Perano #B2BFEB

Tints of Perano #B2BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 31.62%

 BLUE value IS 235 (92.19% from 255) = 38.91%

R = 29.47%
G = 31.62%
B = 38.91%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2BFEB (or 0xB2BFEB) is known color: Perano. HEX triplet: B2, BF and EB. RGB value is (178,191,235). Sum of RGB (Red+Green+Blue) = 178+191+235=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFEB is #4D4014. Grayscale: #BFBFBF. Windows color (decimal): -5062677 or 15450034. OLE color: 15450034.

HSL color Cylindrical-coordinate representation of color #B2BFEB: hue angle of 226.32º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BFEB is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 191 235 -
CMYK 0.24 0.19 0 0.08
HSL 226.32º 0.59% 0.81% -
HSV(B) 226.32º 0.24% 0.92% -
XYZ 51.99 52.72 86.03 -
YUV 192.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 178 191 235 0.24 0.19 0 0.08 226.32 0.59 0.81
Hex B2 BF EB 18 13 0 8 E2 3B 51
Octal 262 277 353 30 23 0 10 342 73 121
Binary 10110010 10111111 11101011 11000 10011 0 1000 11100010 111011 1010001

Color Harmonies of #B2BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFEB

Black with #B2BFEB

Text Example


Text Example

White with #B2BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFEB; }

 p { color: rgb(178,191,235); }

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

background-color css

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

 a { background-color: rgb(178,191,235); }

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

border-color css

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

 span { border-color: rgb(178,191,235); }

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