Html Css Color HEX #B9BBF1 Perano

📋 copy color: '#B9BBF1'

red 185 ◦ green 187 ◦ blue 241

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

Shades of Perano #B9BBF1

Tints of Perano #B9BBF1

RGB

 RED value IS 185 (72.66% from 255) = 30.18%

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

 BLUE value IS 241 (94.53% from 255) = 39.31%

R = 30.18%
G = 30.51%
B = 39.31%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9BBF1 (or 0xB9BBF1) is known color: Perano. HEX triplet: B9, BB and F1. RGB value is (185,187,241). Sum of RGB (Red+Green+Blue) = 185+187+241=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBF1 is #46440E. Grayscale: #C0C0C0. Windows color (decimal): -4604943 or 15842233. OLE color: 15842233.

HSL color Cylindrical-coordinate representation of color #B9BBF1: hue angle of 237.86º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9BBF1 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 187 241 -
CMYK 0.23 0.22 0 0.05
HSL 237.86º 0.67% 0.84% -
HSV(B) 237.86º 0.23% 0.95% -
XYZ 53.66 52.21 90.47 -
YUV 192.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 185 187 241 0.23 0.22 0 0.05 237.86 0.67 0.84
Hex B9 BB F1 17 16 0 5 EE 43 54
Octal 271 273 361 27 26 0 5 356 103 124
Binary 10111001 10111011 11110001 10111 10110 0 101 11101110 1000011 1010100

Color Harmonies of #B9BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBF1

Black with #B9BBF1

Text Example


Text Example

White with #B9BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBF1; }

 p { color: rgb(185,187,241); }

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

background-color css

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

 a { background-color: rgb(185,187,241); }

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

border-color css

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

 span { border-color: rgb(185,187,241); }

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