Html Css Color HEX #B7BFE9 Perano

📋 copy color: '#B7BFE9'

red 183 ◦ green 191 ◦ blue 233

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

Shades of Perano #B7BFE9

Tints of Perano #B7BFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.39%

R = 30.15%
G = 31.47%
B = 38.39%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B7BFE9 (or 0xB7BFE9) is known color: Perano. HEX triplet: B7, BF and E9. RGB value is (183,191,233). Sum of RGB (Red+Green+Blue) = 183+191+233=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #B7BFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BFE9 is #484016. Grayscale: #C1C1C1. Windows color (decimal): -4734999 or 15318967. OLE color: 15318967.

HSL color Cylindrical-coordinate representation of color #B7BFE9: hue angle of 230.4º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7BFE9 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 191 233 -
CMYK 0.21 0.18 0 0.09
HSL 230.4º 0.53% 0.82% -
HSV(B) 230.4º 0.21% 0.91% -
XYZ 52.87 53.21 84.58 -
YUV 193.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 183 191 233 0.21 0.18 0 0.09 230.4 0.53 0.82
Hex B7 BF E9 15 12 0 9 E6 35 52
Octal 267 277 351 25 22 0 11 346 65 122
Binary 10110111 10111111 11101001 10101 10010 0 1001 11100110 110101 1010010

Color Harmonies of #B7BFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFE9

Black with #B7BFE9

Text Example


Text Example

White with #B7BFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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