Html Css Color HEX #B7BEE6 Perano

📋 copy color: '#B7BEE6'

red 183 ◦ green 190 ◦ blue 230

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

Shades of Perano #B7BEE6

Tints of Perano #B7BEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.14%

R = 30.35%
G = 31.51%
B = 38.14%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B7BEE6 (or 0xB7BEE6) is known color: Perano. HEX triplet: B7, BE and E6. RGB value is (183,190,230). Sum of RGB (Red+Green+Blue) = 183+190+230=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BEE6 is #484119. Grayscale: #C0C0C0. Windows color (decimal): -4735258 or 15122103. OLE color: 15122103.

HSL color Cylindrical-coordinate representation of color #B7BEE6: hue angle of 231.06º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7BEE6 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 190 230 -
CMYK 0.20 0.17 0 0.10
HSL 231.06º 0.48% 0.81% -
HSV(B) 231.06º 0.2% 0.9% -
XYZ 52.22 52.61 82.26 -
YUV 192.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 183 190 230 0.20 0.17 0 0.10 231.06 0.48 0.81
Hex B7 BE E6 14 11 0 A E7 30 51
Octal 267 276 346 24 21 0 12 347 60 121
Binary 10110111 10111110 11100110 10100 10001 0 1010 11100111 110000 1010001

Color Harmonies of #B7BEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEE6

Black with #B7BEE6

Text Example


Text Example

White with #B7BEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEE6; }

 p { color: rgb(183,190,230); }

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

background-color css

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

 a { background-color: rgb(183,190,230); }

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

border-color css

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

 span { border-color: rgb(183,190,230); }

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