Html Css Color HEX #B9BBED Perano

📋 copy color: '#B9BBED'

red 185 ◦ green 187 ◦ blue 237

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

Shades of Perano #B9BBED

Tints of Perano #B9BBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.92%

R = 30.38%
G = 30.71%
B = 38.92%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9BBED (or 0xB9BBED) is known color: Perano. HEX triplet: B9, BB and ED. RGB value is (185,187,237). Sum of RGB (Red+Green+Blue) = 185+187+237=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBED is #464412. Grayscale: #BFBFBF. Windows color (decimal): -4604947 or 15580089. OLE color: 15580089.

HSL color Cylindrical-coordinate representation of color #B9BBED: hue angle of 237.69º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9BBED is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 187 237 -
CMYK 0.22 0.21 0 0.07
HSL 237.69º 0.59% 0.83% -
HSV(B) 237.69º 0.22% 0.93% -
XYZ 53.06 51.97 87.36 -
YUV 192.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 185 187 237 0.22 0.21 0 0.07 237.69 0.59 0.83
Hex B9 BB ED 16 15 0 7 EE 3B 53
Octal 271 273 355 26 25 0 7 356 73 123
Binary 10111001 10111011 11101101 10110 10101 0 111 11101110 111011 1010011

Color Harmonies of #B9BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBED

Black with #B9BBED

Text Example


Text Example

White with #B9BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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