Html Css Color HEX #B9BFED Perano

📋 copy color: '#B9BFED'

red 185 ◦ green 191 ◦ blue 237

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

Shades of Perano #B9BFED

Tints of Perano #B9BFED

RGB

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

 GREEN value IS 191 (75% from 255) = 31.16%

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

R = 30.18%
G = 31.16%
B = 38.66%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9BFED (or 0xB9BFED) is known color: Perano. HEX triplet: B9, BF and ED. RGB value is (185,191,237). Sum of RGB (Red+Green+Blue) = 185+191+237=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFED is #464012. Grayscale: #C2C2C2. Windows color (decimal): -4603923 or 15581113. OLE color: 15581113.

HSL color Cylindrical-coordinate representation of color #B9BFED: hue angle of 233.08º 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 #B9BFED is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 191 237 -
CMYK 0.22 0.19 0 0.07
HSL 233.08º 0.59% 0.83% -
HSV(B) 233.08º 0.22% 0.93% -
XYZ 53.92 53.69 87.64 -
YUV 194.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 185 191 237 0.22 0.19 0 0.07 233.08 0.59 0.83
Hex B9 BF ED 16 13 0 7 E9 3B 53
Octal 271 277 355 26 23 0 7 351 73 123
Binary 10111001 10111111 11101101 10110 10011 0 111 11101001 111011 1010011

Color Harmonies of #B9BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFED

Black with #B9BFED

Text Example


Text Example

White with #B9BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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