Html Css Color HEX #B4BBEC Perano

📋 copy color: '#B4BBEC'

red 180 ◦ green 187 ◦ blue 236

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

Shades of Perano #B4BBEC

Tints of Perano #B4BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.01%

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

R = 29.85%
G = 31.01%
B = 39.14%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4BBEC (or 0xB4BBEC) is known color: Perano. HEX triplet: B4, BB and EC. RGB value is (180,187,236). Sum of RGB (Red+Green+Blue) = 180+187+236=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBEC is #4B4413. Grayscale: #BEBEBE. Windows color (decimal): -4932628 or 15514548. OLE color: 15514548.

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

Color convert

RGB 180 187 236 -
CMYK 0.24 0.21 0 0.07
HSL 232.5º 0.6% 0.82% -
HSV(B) 232.5º 0.24% 0.93% -
XYZ 51.73 51.3 86.53 -
YUV 190.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 180 187 236 0.24 0.21 0 0.07 232.5 0.6 0.82
Hex B4 BB EC 18 15 0 7 E8 3C 52
Octal 264 273 354 30 25 0 7 350 74 122
Binary 10110100 10111011 11101100 11000 10101 0 111 11101000 111100 1010010

Color Harmonies of #B4BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBEC

Black with #B4BBEC

Text Example


Text Example

White with #B4BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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