Html Css Color HEX #B7BAF9 Perano

📋 copy color: '#B7BAF9'

red 183 ◦ green 186 ◦ blue 249

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

Shades of Perano #B7BAF9

Tints of Perano #B7BAF9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.1%

 BLUE value IS 249 (97.66% from 255) = 40.29%

R = 29.61%
G = 30.1%
B = 40.29%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7BAF9 (or 0xB7BAF9) is known color: Perano. HEX triplet: B7, BA and F9. RGB value is (183,186,249). Sum of RGB (Red+Green+Blue) = 183+186+249=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7BAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BAF9 is #484506. Grayscale: #C0C0C0. Windows color (decimal): -4736263 or 16366263. OLE color: 16366263.

HSL color Cylindrical-coordinate representation of color #B7BAF9: hue angle of 237.27º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7BAF9 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 186 249 -
CMYK 0.27 0.25 0 0.02
HSL 237.27º 0.85% 0.85% -
HSV(B) 237.27º 0.27% 0.98% -
XYZ 54.19 52.02 96.81 -
YUV 192.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 183 186 249 0.27 0.25 0 0.02 237.27 0.85 0.85
Hex B7 BA F9 1B 19 0 2 ED 55 55
Octal 267 272 371 33 31 0 2 355 125 125
Binary 10110111 10111010 11111001 11011 11001 0 10 11101101 1010101 1010101

Color Harmonies of #B7BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BAF9

Black with #B7BAF9

Text Example


Text Example

White with #B7BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BAF9; }

 p { color: rgb(183,186,249); }

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

background-color css

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

 a { background-color: rgb(183,186,249); }

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

border-color css

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

 span { border-color: rgb(183,186,249); }

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