Html Css Color HEX #B2BFFA Perano

📋 copy color: '#B2BFFA'

red 178 ◦ green 191 ◦ blue 250

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

Shades of Perano #B2BFFA

Tints of Perano #B2BFFA

RGB

 RED value IS 178 (69.92% from 255) = 28.76%

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

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

R = 28.76%
G = 30.86%
B = 40.39%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2BFFA (or 0xB2BFFA) is known color: Perano. HEX triplet: B2, BF and FA. RGB value is (178,191,250). Sum of RGB (Red+Green+Blue) = 178+191+250=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFFA is #4D4005. Grayscale: #C1C1C1. Windows color (decimal): -5062662 or 16433074. OLE color: 16433074.

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

Color convert

RGB 178 191 250 -
CMYK 0.29 0.24 0 0.02
HSL 229.17º 0.88% 0.84% -
HSV(B) 229.17º 0.29% 0.98% -
XYZ 54.25 53.63 97.93 -
YUV 193.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 178 191 250 0.29 0.24 0 0.02 229.17 0.88 0.84
Hex B2 BF FA 1D 18 0 2 E5 58 54
Octal 262 277 372 35 30 0 2 345 130 124
Binary 10110010 10111111 11111010 11101 11000 0 10 11100101 1011000 1010100

Color Harmonies of #B2BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFFA

Black with #B2BFFA

Text Example


Text Example

White with #B2BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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