Html Css Color HEX #B4BEEF Perano

📋 copy color: '#B4BEEF'

red 180 ◦ green 190 ◦ blue 239

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

Shades of Perano #B4BEEF

Tints of Perano #B4BEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.2%

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 29.56%
G = 31.2%
B = 39.24%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B4BEEF (or 0xB4BEEF) is known color: Perano. HEX triplet: B4, BE and EF. RGB value is (180,190,239). Sum of RGB (Red+Green+Blue) = 180+190+239=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BEEF is #4B4110. Grayscale: #C0C0C0. Windows color (decimal): -4931857 or 15711924. OLE color: 15711924.

HSL color Cylindrical-coordinate representation of color #B4BEEF: hue angle of 229.83º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4BEEF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 190 239 -
CMYK 0.25 0.21 0 0.06
HSL 229.83º 0.65% 0.82% -
HSV(B) 229.83º 0.25% 0.94% -
XYZ 52.82 52.76 89.06 -
YUV 192.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 180 190 239 0.25 0.21 0 0.06 229.83 0.65 0.82
Hex B4 BE EF 19 15 0 6 E6 41 52
Octal 264 276 357 31 25 0 6 346 101 122
Binary 10110100 10111110 11101111 11001 10101 0 110 11100110 1000001 1010010

Color Harmonies of #B4BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BEEF

Black with #B4BEEF

Text Example


Text Example

White with #B4BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BEEF; }

 p { color: rgb(180,190,239); }

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

background-color css

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

 a { background-color: rgb(180,190,239); }

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

border-color css

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

 span { border-color: rgb(180,190,239); }

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