Html Css Color HEX #B7BFEF Perano

📋 copy color: '#B7BFEF'

red 183 ◦ green 191 ◦ blue 239

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

Shades of Perano #B7BFEF

Tints of Perano #B7BFEF

RGB

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

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

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

R = 29.85%
G = 31.16%
B = 38.99%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B7BFEF (or 0xB7BFEF) is known color: Perano. HEX triplet: B7, BF and EF. RGB value is (183,191,239). Sum of RGB (Red+Green+Blue) = 183+191+239=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BFEF is #484010. Grayscale: #C1C1C1. Windows color (decimal): -4734993 or 15712183. OLE color: 15712183.

HSL color Cylindrical-coordinate representation of color #B7BFEF: hue angle of 231.43º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7BFEF is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 191 239 -
CMYK 0.23 0.20 0 0.06
HSL 231.43º 0.64% 0.83% -
HSV(B) 231.43º 0.23% 0.94% -
XYZ 53.74 53.56 89.17 -
YUV 194.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 183 191 239 0.23 0.20 0 0.06 231.43 0.64 0.83
Hex B7 BF EF 17 14 0 6 E7 40 53
Octal 267 277 357 27 24 0 6 347 100 123
Binary 10110111 10111111 11101111 10111 10100 0 110 11100111 1000000 1010011

Color Harmonies of #B7BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFEF

Black with #B7BFEF

Text Example


Text Example

White with #B7BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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