Html Css Color HEX #B4BFDE Perano

📋 copy color: '#B4BFDE'

red 180 ◦ green 191 ◦ blue 222

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

Shades of Perano #B4BFDE

Tints of Perano #B4BFDE

RGB

 RED value IS 180 (70.7% from 255) = 30.35%

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

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 30.35%
G = 32.21%
B = 37.44%

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

#B4BFDE (or 0xB4BFDE) is known color: Perano. HEX triplet: B4, BF and DE. RGB value is (180,191,222). Sum of RGB (Red+Green+Blue) = 180+191+222=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFDE is #4B4021. Grayscale: #BFBFBF. Windows color (decimal): -4931618 or 14598068. OLE color: 14598068.

HSL color Cylindrical-coordinate representation of color #B4BFDE: hue angle of 224.29º degrees, saturation: 0.39, 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 #B4BFDE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 191 222 -
CMYK 0.19 0.14 0 0.13
HSL 224.29º 0.39% 0.79% -
HSV(B) 224.29º 0.19% 0.87% -
XYZ 50.64 52.24 76.52 -
YUV 191.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 180 191 222 0.19 0.14 0 0.13 224.29 0.39 0.79
Hex B4 BF DE 13 E 0 D E0 27 4F
Octal 264 277 336 23 16 0 15 340 47 117
Binary 10110100 10111111 11011110 10011 1110 0 1101 11100000 100111 1001111

Color Harmonies of #B4BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFDE

Black with #B4BFDE

Text Example


Text Example

White with #B4BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFDE; }

 p { color: rgb(180,191,222); }

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

background-color css

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

 a { background-color: rgb(180,191,222); }

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

border-color css

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

 span { border-color: rgb(180,191,222); }

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