Html Css Color HEX #B0B7EE Perano

📋 copy color: '#B0B7EE'

red 176 ◦ green 183 ◦ blue 238

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

Shades of Perano #B0B7EE

Tints of Perano #B0B7EE

RGB

 RED value IS 176 (69.14% from 255) = 29.48%

 GREEN value IS 183 (71.88% from 255) = 30.65%

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

R = 29.48%
G = 30.65%
B = 39.87%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0B7EE (or 0xB0B7EE) is known color: Perano. HEX triplet: B0, B7 and EE. RGB value is (176,183,238). Sum of RGB (Red+Green+Blue) = 176+183+238=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0B7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B7EE is #4F4811. Grayscale: #BABABA. Windows color (decimal): -5195794 or 15644592. OLE color: 15644592.

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

Color convert

RGB 176 183 238 -
CMYK 0.26 0.23 0 0.07
HSL 233.23º 0.65% 0.81% -
HSV(B) 233.23º 0.26% 0.93% -
XYZ 50.27 49.27 87.75 -
YUV 187.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 176 183 238 0.26 0.23 0 0.07 233.23 0.65 0.81
Hex B0 B7 EE 1A 17 0 7 E9 41 51
Octal 260 267 356 32 27 0 7 351 101 121
Binary 10110000 10110111 11101110 11010 10111 0 111 11101001 1000001 1010001

Color Harmonies of #B0B7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B7EE

Black with #B0B7EE

Text Example


Text Example

White with #B0B7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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