Html Css Color HEX #B4BFFA Perano

📋 copy color: '#B4BFFA'

red 180 ◦ green 191 ◦ blue 250

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

Shades of Perano #B4BFFA

Tints of Perano #B4BFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 28.99%
G = 30.76%
B = 40.26%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4BFFA (or 0xB4BFFA) is known color: Perano. HEX triplet: B4, BF and FA. RGB value is (180,191,250). Sum of RGB (Red+Green+Blue) = 180+191+250=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFFA is #4B4005. Grayscale: #C2C2C2. Windows color (decimal): -4931590 or 16433076. OLE color: 16433076.

HSL color Cylindrical-coordinate representation of color #B4BFFA: hue angle of 230.57º degrees, saturation: 0.88, 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 #B4BFFA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 191 250 -
CMYK 0.28 0.24 0 0.02
HSL 230.57º 0.88% 0.84% -
HSV(B) 230.57º 0.28% 0.98% -
XYZ 54.71 53.87 97.96 -
YUV 194.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 180 191 250 0.28 0.24 0 0.02 230.57 0.88 0.84
Hex B4 BF FA 1C 18 0 2 E7 58 54
Octal 264 277 372 34 30 0 2 347 130 124
Binary 10110100 10111111 11111010 11100 11000 0 10 11100111 1011000 1010100

Color Harmonies of #B4BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFFA

Black with #B4BFFA

Text Example


Text Example

White with #B4BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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