Html Css Color HEX #B7BFE4 Perano

📋 copy color: '#B7BFE4'

red 183 ◦ green 191 ◦ blue 228

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

Shades of Perano #B7BFE4

Tints of Perano #B7BFE4

RGB

 RED value IS 183 (71.88% from 255) = 30.4%

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

 BLUE value IS 228 (89.45% from 255) = 37.87%

R = 30.4%
G = 31.73%
B = 37.87%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B7BFE4 (or 0xB7BFE4) is known color: Perano. HEX triplet: B7, BF and E4. RGB value is (183,191,228). Sum of RGB (Red+Green+Blue) = 183+191+228=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7BFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFE4 is #48401B. Grayscale: #C0C0C0. Windows color (decimal): -4735004 or 14991287. OLE color: 14991287.

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

Color convert

RGB 183 191 228 -
CMYK 0.20 0.16 0 0.11
HSL 229.33º 0.45% 0.81% -
HSV(B) 229.33º 0.2% 0.89% -
XYZ 52.16 52.93 80.87 -
YUV 192.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 183 191 228 0.20 0.16 0 0.11 229.33 0.45 0.81
Hex B7 BF E4 14 10 0 B E5 2D 51
Octal 267 277 344 24 20 0 13 345 55 121
Binary 10110111 10111111 11100100 10100 10000 0 1011 11100101 101101 1010001

Color Harmonies of #B7BFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFE4

Black with #B7BFE4

Text Example


Text Example

White with #B7BFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFE4; }

 p { color: rgb(183,191,228); }

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

background-color css

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

 a { background-color: rgb(183,191,228); }

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

border-color css

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

 span { border-color: rgb(183,191,228); }

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