Html Css Color HEX #B7BEDC Perano

📋 copy color: '#B7BEDC'

red 183 ◦ green 190 ◦ blue 220

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

Shades of Perano #B7BEDC

Tints of Perano #B7BEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 30.86%
G = 32.04%
B = 37.1%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7BEDC (or 0xB7BEDC) is known color: Perano. HEX triplet: B7, BE and DC. RGB value is (183,190,220). Sum of RGB (Red+Green+Blue) = 183+190+220=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEDC is #484123. Grayscale: #BFBFBF. Windows color (decimal): -4735268 or 14466743. OLE color: 14466743.

HSL color Cylindrical-coordinate representation of color #B7BEDC: hue angle of 228.65º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7BEDC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 190 220 -
CMYK 0.17 0.14 0 0.14
HSL 228.65º 0.35% 0.79% -
HSV(B) 228.65º 0.17% 0.86% -
XYZ 50.86 52.06 75.08 -
YUV 191.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 183 190 220 0.17 0.14 0 0.14 228.65 0.35 0.79
Hex B7 BE DC 11 E 0 E E5 23 4F
Octal 267 276 334 21 16 0 16 345 43 117
Binary 10110111 10111110 11011100 10001 1110 0 1110 11100101 100011 1001111

Color Harmonies of #B7BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEDC

Black with #B7BEDC

Text Example


Text Example

White with #B7BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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