Html Css Color HEX #B7B8F6 Perano

📋 copy color: '#B7B8F6'

red 183 ◦ green 184 ◦ blue 246

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

Shades of Perano #B7B8F6

Tints of Perano #B7B8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.02%

 BLUE value IS 246 (96.48% from 255) = 40.13%

R = 29.85%
G = 30.02%
B = 40.13%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B7B8F6 (or 0xB7B8F6) is known color: Perano. HEX triplet: B7, B8 and F6. RGB value is (183,184,246). Sum of RGB (Red+Green+Blue) = 183+184+246=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7B8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B8F6 is #484709. Grayscale: #BEBEBE. Windows color (decimal): -4736778 or 16169143. OLE color: 16169143.

HSL color Cylindrical-coordinate representation of color #B7B8F6: hue angle of 239.05º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7B8F6 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 184 246 -
CMYK 0.26 0.25 0 0.04
HSL 239.05º 0.78% 0.84% -
HSV(B) 239.05º 0.26% 0.96% -
XYZ 53.3 51 94.22 -
YUV 190.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 183 184 246 0.26 0.25 0 0.04 239.05 0.78 0.84
Hex B7 B8 F6 1A 19 0 4 EF 4E 54
Octal 267 270 366 32 31 0 4 357 116 124
Binary 10110111 10111000 11110110 11010 11001 0 100 11101111 1001110 1010100

Color Harmonies of #B7B8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B8F6

Black with #B7B8F6

Text Example


Text Example

White with #B7B8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B8F6; }

 p { color: rgb(183,184,246); }

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

background-color css

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

 a { background-color: rgb(183,184,246); }

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

border-color css

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

 span { border-color: rgb(183,184,246); }

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