Html Css Color HEX #B2BCEF Perano

📋 copy color: '#B2BCEF'

red 178 ◦ green 188 ◦ blue 239

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

Shades of Perano #B2BCEF

Tints of Perano #B2BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.07%

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

R = 29.42%
G = 31.07%
B = 39.5%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2BCEF (or 0xB2BCEF) is known color: Perano. HEX triplet: B2, BC and EF. RGB value is (178,188,239). Sum of RGB (Red+Green+Blue) = 178+188+239=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2BCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BCEF is #4D4310. Grayscale: #BEBEBE. Windows color (decimal): -5063441 or 15711410. OLE color: 15711410.

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

Color convert

RGB 178 188 239 -
CMYK 0.26 0.21 0 0.06
HSL 230.16º 0.66% 0.82% -
HSV(B) 230.16º 0.26% 0.94% -
XYZ 51.92 51.66 88.9 -
YUV 190.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 178 188 239 0.26 0.21 0 0.06 230.16 0.66 0.82
Hex B2 BC EF 1A 15 0 6 E6 42 52
Octal 262 274 357 32 25 0 6 346 102 122
Binary 10110010 10111100 11101111 11010 10101 0 110 11100110 1000010 1010010

Color Harmonies of #B2BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCEF

Black with #B2BCEF

Text Example


Text Example

White with #B2BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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