Html Css Color HEX #B4BFF9 Perano

📋 copy color: '#B4BFF9'

red 180 ◦ green 191 ◦ blue 249

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

Shades of Perano #B4BFF9

Tints of Perano #B4BFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.16%

R = 29.03%
G = 30.81%
B = 40.16%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4BFF9 (or 0xB4BFF9) is known color: Perano. HEX triplet: B4, BF and F9. RGB value is (180,191,249). Sum of RGB (Red+Green+Blue) = 180+191+249=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4BFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFF9 is #4B4006. Grayscale: #C2C2C2. Windows color (decimal): -4931591 or 16367540. OLE color: 16367540.

HSL color Cylindrical-coordinate representation of color #B4BFF9: hue angle of 230.43º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4BFF9 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 191 249 -
CMYK 0.28 0.23 0 0.02
HSL 230.43º 0.85% 0.84% -
HSV(B) 230.43º 0.28% 0.98% -
XYZ 54.55 53.8 97.13 -
YUV 194.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 180 191 249 0.28 0.23 0 0.02 230.43 0.85 0.84
Hex B4 BF F9 1C 17 0 2 E6 55 54
Octal 264 277 371 34 27 0 2 346 125 124
Binary 10110100 10111111 11111001 11100 10111 0 10 11100110 1010101 1010100

Color Harmonies of #B4BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFF9

Black with #B4BFF9

Text Example


Text Example

White with #B4BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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