Html Css Color HEX #B9BFEE Perano

📋 copy color: '#B9BFEE'

red 185 ◦ green 191 ◦ blue 238

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

Shades of Perano #B9BFEE

Tints of Perano #B9BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 30.13%
G = 31.11%
B = 38.76%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9BFEE (or 0xB9BFEE) is known color: Perano. HEX triplet: B9, BF and EE. RGB value is (185,191,238). Sum of RGB (Red+Green+Blue) = 185+191+238=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFEE is #464011. Grayscale: #C2C2C2. Windows color (decimal): -4603922 or 15646649. OLE color: 15646649.

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

Color convert

RGB 185 191 238 -
CMYK 0.22 0.20 0 0.07
HSL 233.21º 0.61% 0.83% -
HSV(B) 233.21º 0.22% 0.93% -
XYZ 54.07 53.75 88.41 -
YUV 194.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 185 191 238 0.22 0.20 0 0.07 233.21 0.61 0.83
Hex B9 BF EE 16 14 0 7 E9 3D 53
Octal 271 277 356 26 24 0 7 351 75 123
Binary 10111001 10111111 11101110 10110 10100 0 111 11101001 111101 1010011

Color Harmonies of #B9BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFEE

Black with #B9BFEE

Text Example


Text Example

White with #B9BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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