Html Css Color HEX #B4BFE8 Perano

📋 copy color: '#B4BFE8'

red 180 ◦ green 191 ◦ blue 232

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

Shades of Perano #B4BFE8

Tints of Perano #B4BFE8

RGB

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

 GREEN value IS 191 (75% from 255) = 31.67%

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

R = 29.85%
G = 31.67%
B = 38.47%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B4BFE8 (or 0xB4BFE8) is known color: Perano. HEX triplet: B4, BF and E8. RGB value is (180,191,232). Sum of RGB (Red+Green+Blue) = 180+191+232=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFE8 is #4B4017. Grayscale: #C0C0C0. Windows color (decimal): -4931608 or 15253428. OLE color: 15253428.

HSL color Cylindrical-coordinate representation of color #B4BFE8: hue angle of 227.31º 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 #B4BFE8 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 191 232 -
CMYK 0.22 0.18 0 0.09
HSL 227.31º 0.53% 0.81% -
HSV(B) 227.31º 0.22% 0.91% -
XYZ 52.02 52.79 83.79 -
YUV 192.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 180 191 232 0.22 0.18 0 0.09 227.31 0.53 0.81
Hex B4 BF E8 16 12 0 9 E3 35 51
Octal 264 277 350 26 22 0 11 343 65 121
Binary 10110100 10111111 11101000 10110 10010 0 1001 11100011 110101 1010001

Color Harmonies of #B4BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFE8

Black with #B4BFE8

Text Example


Text Example

White with #B4BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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