Html Css Color HEX #B4BCE8 Perano

📋 copy color: '#B4BCE8'

red 180 ◦ green 188 ◦ blue 232

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

Shades of Perano #B4BCE8

Tints of Perano #B4BCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.67%

R = 30%
G = 31.33%
B = 38.67%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B4BCE8 (or 0xB4BCE8) is known color: Perano. HEX triplet: B4, BC and E8. RGB value is (180,188,232). Sum of RGB (Red+Green+Blue) = 180+188+232=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4BCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BCE8 is #4B4317. Grayscale: #BEBEBE. Windows color (decimal): -4932376 or 15252660. OLE color: 15252660.

HSL color Cylindrical-coordinate representation of color #B4BCE8: hue angle of 230.77º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4BCE8 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 188 232 -
CMYK 0.22 0.19 0 0.09
HSL 230.77º 0.53% 0.81% -
HSV(B) 230.77º 0.22% 0.91% -
XYZ 51.37 51.5 83.58 -
YUV 190.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 180 188 232 0.22 0.19 0 0.09 230.77 0.53 0.81
Hex B4 BC E8 16 13 0 9 E7 35 51
Octal 264 274 350 26 23 0 11 347 65 121
Binary 10110100 10111100 11101000 10110 10011 0 1001 11100111 110101 1010001

Color Harmonies of #B4BCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCE8

Black with #B4BCE8

Text Example


Text Example

White with #B4BCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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