Html Css Color HEX #B2BAEF Perano

📋 copy color: '#B2BAEF'

red 178 ◦ green 186 ◦ blue 239

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

Shades of Perano #B2BAEF

Tints of Perano #B2BAEF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.85%

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

R = 29.52%
G = 30.85%
B = 39.64%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2BAEF (or 0xB2BAEF) is known color: Perano. HEX triplet: B2, BA and EF. RGB value is (178,186,239). Sum of RGB (Red+Green+Blue) = 178+186+239=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2BAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BAEF is #4D4510. Grayscale: #BDBDBD. Windows color (decimal): -5063953 or 15710898. OLE color: 15710898.

HSL color Cylindrical-coordinate representation of color #B2BAEF: hue angle of 232.13º 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 #B2BAEF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 186 239 -
CMYK 0.26 0.22 0 0.06
HSL 232.13º 0.66% 0.82% -
HSV(B) 232.13º 0.26% 0.94% -
XYZ 51.5 50.81 88.76 -
YUV 189.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 178 186 239 0.26 0.22 0 0.06 232.13 0.66 0.82
Hex B2 BA EF 1A 16 0 6 E8 42 52
Octal 262 272 357 32 26 0 6 350 102 122
Binary 10110010 10111010 11101111 11010 10110 0 110 11101000 1000010 1010010

Color Harmonies of #B2BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BAEF

Black with #B2BAEF

Text Example


Text Example

White with #B2BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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