Html Css Color HEX #B2BFEF Perano

📋 copy color: '#B2BFEF'

red 178 ◦ green 191 ◦ blue 239

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

Shades of Perano #B2BFEF

Tints of Perano #B2BFEF

RGB

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

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

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

R = 29.28%
G = 31.41%
B = 39.31%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2BFEF (or 0xB2BFEF) is known color: Perano. HEX triplet: B2, BF and EF. RGB value is (178,191,239). Sum of RGB (Red+Green+Blue) = 178+191+239=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFEF is #4D4010. Grayscale: #C0C0C0. Windows color (decimal): -5062673 or 15712178. OLE color: 15712178.

HSL color Cylindrical-coordinate representation of color #B2BFEF: hue angle of 227.21º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BFEF is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 191 239 -
CMYK 0.26 0.20 0 0.06
HSL 227.21º 0.66% 0.82% -
HSV(B) 227.21º 0.26% 0.94% -
XYZ 52.57 52.96 89.11 -
YUV 192.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 178 191 239 0.26 0.20 0 0.06 227.21 0.66 0.82
Hex B2 BF EF 1A 14 0 6 E3 42 52
Octal 262 277 357 32 24 0 6 343 102 122
Binary 10110010 10111111 11101111 11010 10100 0 110 11100011 1000010 1010010

Color Harmonies of #B2BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFEF

Black with #B2BFEF

Text Example


Text Example

White with #B2BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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