Html Css Color HEX #B5BFDF Perano

📋 copy color: '#B5BFDF'

red 181 ◦ green 191 ◦ blue 223

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

Shades of Perano #B5BFDF

Tints of Perano #B5BFDF

RGB

 RED value IS 181 (71.09% from 255) = 30.42%

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 30.42%
G = 32.1%
B = 37.48%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5BFDF (or 0xB5BFDF) is known color: Perano. HEX triplet: B5, BF and DF. RGB value is (181,191,223). Sum of RGB (Red+Green+Blue) = 181+191+223=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFDF is #4A4020. Grayscale: #BFBFBF. Windows color (decimal): -4866081 or 14663605. OLE color: 14663605.

HSL color Cylindrical-coordinate representation of color #B5BFDF: hue angle of 225.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5BFDF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 191 223 -
CMYK 0.19 0.14 0 0.13
HSL 225.71º 0.4% 0.79% -
HSV(B) 225.71º 0.19% 0.87% -
XYZ 51.01 52.41 77.24 -
YUV 191.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 181 191 223 0.19 0.14 0 0.13 225.71 0.4 0.79
Hex B5 BF DF 13 E 0 D E2 28 4F
Octal 265 277 337 23 16 0 15 342 50 117
Binary 10110101 10111111 11011111 10011 1110 0 1101 11100010 101000 1001111

Color Harmonies of #B5BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BFDF

Black with #B5BFDF

Text Example


Text Example

White with #B5BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BFDF; }

 p { color: rgb(181,191,223); }

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

background-color css

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

 a { background-color: rgb(181,191,223); }

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

border-color css

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

 span { border-color: rgb(181,191,223); }

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