Html Css Color HEX #B7BEED Perano

📋 copy color: '#B7BEED'

red 183 ◦ green 190 ◦ blue 237

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

Shades of Perano #B7BEED

Tints of Perano #B7BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 30%
G = 31.15%
B = 38.85%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B7BEED (or 0xB7BEED) is known color: Perano. HEX triplet: B7, BE and ED. RGB value is (183,190,237). Sum of RGB (Red+Green+Blue) = 183+190+237=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BEED is #484112. Grayscale: #C1C1C1. Windows color (decimal): -4735251 or 15580855. OLE color: 15580855.

HSL color Cylindrical-coordinate representation of color #B7BEED: hue angle of 232.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7BEED is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 190 237 -
CMYK 0.23 0.20 0 0.07
HSL 232.22º 0.6% 0.82% -
HSV(B) 232.22º 0.23% 0.93% -
XYZ 53.23 53.01 87.55 -
YUV 193.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 183 190 237 0.23 0.20 0 0.07 232.22 0.6 0.82
Hex B7 BE ED 17 14 0 7 E8 3C 52
Octal 267 276 355 27 24 0 7 350 74 122
Binary 10110111 10111110 11101101 10111 10100 0 111 11101000 111100 1010010

Color Harmonies of #B7BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEED

Black with #B7BEED

Text Example


Text Example

White with #B7BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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