Html Css Color HEX #B4B2EC Perano

📋 copy color: '#B4B2EC'

red 180 ◦ green 178 ◦ blue 236

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

Shades of Perano #B4B2EC

Tints of Perano #B4B2EC

RGB

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

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

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

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

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4B2EC (or 0xB4B2EC) is known color: Perano. HEX triplet: B4, B2 and EC. RGB value is (180,178,236). Sum of RGB (Red+Green+Blue) = 180+178+236=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 178 (69.92% from 255 or 29.97% 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 #B4B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4B2EC is #4B4D13. Grayscale: #B8B8B8. Windows color (decimal): -4934932 or 15512244. OLE color: 15512244.

HSL color Cylindrical-coordinate representation of color #B4B2EC: hue angle of 242.07º 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 #B4B2EC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 178 236 -
CMYK 0.24 0.25 0 0.07
HSL 242.07º 0.6% 0.81% -
HSV(B) 242.07º 0.25% 0.93% -
XYZ 49.88 47.6 85.92 -
YUV 185.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 180 178 236 0.24 0.25 0 0.07 242.07 0.6 0.81
Hex B4 B2 EC 18 19 0 7 F2 3C 51
Octal 264 262 354 30 31 0 7 362 74 121
Binary 10110100 10110010 11101100 11000 11001 0 111 11110010 111100 1010001

Color Harmonies of #B4B2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B2EC

Black with #B4B2EC

Text Example


Text Example

White with #B4B2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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