Html Css Color HEX #B2B4EC Perano

📋 copy color: '#B2B4EC'

red 178 ◦ green 180 ◦ blue 236

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

Shades of Perano #B2B4EC

Tints of Perano #B2B4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.3%

 BLUE value IS 236 (92.58% from 255) = 39.73%

R = 29.97%
G = 30.3%
B = 39.73%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2B4EC (or 0xB2B4EC) is known color: Perano. HEX triplet: B2, B4 and EC. RGB value is (178,180,236). Sum of RGB (Red+Green+Blue) = 178+180+236=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2B4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B4EC is #4D4B13. Grayscale: #B9B9B9. Windows color (decimal): -5065492 or 15512754. OLE color: 15512754.

HSL color Cylindrical-coordinate representation of color #B2B4EC: hue angle of 237.93º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B4EC is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 180 236 -
CMYK 0.25 0.24 0 0.07
HSL 237.93º 0.6% 0.81% -
HSV(B) 237.93º 0.25% 0.93% -
XYZ 49.82 48.16 86.03 -
YUV 185.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 178 180 236 0.25 0.24 0 0.07 237.93 0.6 0.81
Hex B2 B4 EC 19 18 0 7 EE 3C 51
Octal 262 264 354 31 30 0 7 356 74 121
Binary 10110010 10110100 11101100 11001 11000 0 111 11101110 111100 1010001

Color Harmonies of #B2B4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B4EC

Black with #B2B4EC

Text Example


Text Example

White with #B2B4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B4EC; }

 p { color: rgb(178,180,236); }

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

background-color css

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

 a { background-color: rgb(178,180,236); }

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

border-color css

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

 span { border-color: rgb(178,180,236); }

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