Html Css Color HEX #B2B0EC Perano

📋 copy color: '#B2B0EC'

red 178 ◦ green 176 ◦ blue 236

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

Shades of Perano #B2B0EC

Tints of Perano #B2B0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.83%

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

R = 30.17%
G = 29.83%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2B0EC (or 0xB2B0EC) is known color: Perano. HEX triplet: B2, B0 and EC. RGB value is (178,176,236). Sum of RGB (Red+Green+Blue) = 178+176+236=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2B0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B0EC is #4D4F13. Grayscale: #B7B7B7. Windows color (decimal): -5066516 or 15511730. OLE color: 15511730.

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

Color convert

RGB 178 176 236 -
CMYK 0.25 0.25 0 0.07
HSL 242º 0.61% 0.81% -
HSV(B) 242º 0.25% 0.93% -
XYZ 49.03 46.57 85.76 -
YUV 183.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 178 176 236 0.25 0.25 0 0.07 242 0.61 0.81
Hex B2 B0 EC 19 19 0 7 F2 3D 51
Octal 262 260 354 31 31 0 7 362 75 121
Binary 10110010 10110000 11101100 11001 11001 0 111 11110010 111101 1010001

Color Harmonies of #B2B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B0EC

Black with #B2B0EC

Text Example


Text Example

White with #B2B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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