Html Css Color HEX #B7BEEE Perano

📋 copy color: '#B7BEEE'

red 183 ◦ green 190 ◦ blue 238

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

Shades of Perano #B7BEEE

Tints of Perano #B7BEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 29.95%
G = 31.1%
B = 38.95%

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

#B7BEEE (or 0xB7BEEE) is known color: Perano. HEX triplet: B7, BE and EE. RGB value is (183,190,238). Sum of RGB (Red+Green+Blue) = 183+190+238=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BEEE is #484111. Grayscale: #C1C1C1. Windows color (decimal): -4735250 or 15646391. OLE color: 15646391.

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

Color convert

RGB 183 190 238 -
CMYK 0.23 0.20 0 0.07
HSL 232.36º 0.62% 0.83% -
HSV(B) 232.36º 0.23% 0.93% -
XYZ 53.37 53.07 88.32 -
YUV 193.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 183 190 238 0.23 0.20 0 0.07 232.36 0.62 0.83
Hex B7 BE EE 17 14 0 7 E8 3E 53
Octal 267 276 356 27 24 0 7 350 76 123
Binary 10110111 10111110 11101110 10111 10100 0 111 11101000 111110 1010011

Color Harmonies of #B7BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEEE

Black with #B7BEEE

Text Example


Text Example

White with #B7BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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