Html Css Color HEX #B7BBE6 Perano

📋 copy color: '#B7BBE6'

red 183 ◦ green 187 ◦ blue 230

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

Shades of Perano #B7BBE6

Tints of Perano #B7BBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 230 (90.23% from 255) = 38.33%

R = 30.5%
G = 31.17%
B = 38.33%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B7BBE6 (or 0xB7BBE6) is known color: Perano. HEX triplet: B7, BB and E6. RGB value is (183,187,230). Sum of RGB (Red+Green+Blue) = 183+187+230=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BBE6 is #484419. Grayscale: #BEBEBE. Windows color (decimal): -4736026 or 15121335. OLE color: 15121335.

HSL color Cylindrical-coordinate representation of color #B7BBE6: hue angle of 234.89º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7BBE6 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 187 230 -
CMYK 0.20 0.19 0 0.10
HSL 234.89º 0.48% 0.81% -
HSV(B) 234.89º 0.2% 0.9% -
XYZ 51.58 51.32 82.05 -
YUV 190.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 183 187 230 0.20 0.19 0 0.10 234.89 0.48 0.81
Hex B7 BB E6 14 13 0 A EB 30 51
Octal 267 273 346 24 23 0 12 353 60 121
Binary 10110111 10111011 11100110 10100 10011 0 1010 11101011 110000 1010001

Color Harmonies of #B7BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BBE6

Black with #B7BBE6

Text Example


Text Example

White with #B7BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BBE6; }

 p { color: rgb(183,187,230); }

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

background-color css

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

 a { background-color: rgb(183,187,230); }

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

border-color css

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

 span { border-color: rgb(183,187,230); }

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