Html Css Color HEX #B4BCE2 Perano

📋 copy color: '#B4BCE2'

red 180 ◦ green 188 ◦ blue 226

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

Shades of Perano #B4BCE2

Tints of Perano #B4BCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.05%

R = 30.3%
G = 31.65%
B = 38.05%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B4BCE2 (or 0xB4BCE2) is known color: Perano. HEX triplet: B4, BC and E2. RGB value is (180,188,226). Sum of RGB (Red+Green+Blue) = 180+188+226=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 226 - color contains mainly: blue. Hex color #B4BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCE2 is #4B431D. Grayscale: #BDBDBD. Windows color (decimal): -4932382 or 14859444. OLE color: 14859444.

HSL color Cylindrical-coordinate representation of color #B4BCE2: hue angle of 229.57º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4BCE2 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 188 226 -
CMYK 0.20 0.17 0 0.11
HSL 229.57º 0.44% 0.8% -
HSV(B) 229.57º 0.2% 0.89% -
XYZ 50.53 51.16 79.16 -
YUV 189.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 180 188 226 0.20 0.17 0 0.11 229.57 0.44 0.8
Hex B4 BC E2 14 11 0 B E6 2C 50
Octal 264 274 342 24 21 0 13 346 54 120
Binary 10110100 10111100 11100010 10100 10001 0 1011 11100110 101100 1010000

Color Harmonies of #B4BCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCE2

Black with #B4BCE2

Text Example


Text Example

White with #B4BCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCE2; }

 p { color: rgb(180,188,226); }

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

background-color css

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

 a { background-color: rgb(180,188,226); }

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

border-color css

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

 span { border-color: rgb(180,188,226); }

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