Html Css Color HEX #B7BEDF Perano

📋 copy color: '#B7BEDF'

red 183 ◦ green 190 ◦ blue 223

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

Shades of Perano #B7BEDF

Tints of Perano #B7BEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 30.7%
G = 31.88%
B = 37.42%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7BEDF (or 0xB7BEDF) is known color: Perano. HEX triplet: B7, BE and DF. RGB value is (183,190,223). Sum of RGB (Red+Green+Blue) = 183+190+223=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEDF is #484120. Grayscale: #BFBFBF. Windows color (decimal): -4735265 or 14663351. OLE color: 14663351.

HSL color Cylindrical-coordinate representation of color #B7BEDF: hue angle of 229.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BEDF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 190 223 -
CMYK 0.18 0.15 0 0.13
HSL 229.5º 0.38% 0.8% -
HSV(B) 229.5º 0.18% 0.87% -
XYZ 51.26 52.22 77.19 -
YUV 191.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 183 190 223 0.18 0.15 0 0.13 229.5 0.38 0.8
Hex B7 BE DF 12 F 0 D E6 26 50
Octal 267 276 337 22 17 0 15 346 46 120
Binary 10110111 10111110 11011111 10010 1111 0 1101 11100110 100110 1010000

Color Harmonies of #B7BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEDF

Black with #B7BEDF

Text Example


Text Example

White with #B7BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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