Html Css Color HEX #B1BFFD Perano

📋 copy color: '#B1BFFD'

red 177 ◦ green 191 ◦ blue 253

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

Shades of Perano #B1BFFD

Tints of Perano #B1BFFD

RGB

 RED value IS 177 (69.53% from 255) = 28.5%

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

 BLUE value IS 253 (99.22% from 255) = 40.74%

R = 28.5%
G = 30.76%
B = 40.74%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1BFFD (or 0xB1BFFD) is known color: Perano. HEX triplet: B1, BF and FD. RGB value is (177,191,253). Sum of RGB (Red+Green+Blue) = 177+191+253=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BFFD is #4E4002. Grayscale: #C1C1C1. Windows color (decimal): -5128195 or 16629681. OLE color: 16629681.

HSL color Cylindrical-coordinate representation of color #B1BFFD: hue angle of 228.95º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BFFD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 191 253 -
CMYK 0.30 0.25 0 0.01
HSL 228.95º 0.95% 0.84% -
HSV(B) 228.95º 0.3% 0.99% -
XYZ 54.49 53.7 100.42 -
YUV 193.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 177 191 253 0.30 0.25 0 0.01 228.95 0.95 0.84
Hex B1 BF FD 1E 19 0 1 E5 5F 54
Octal 261 277 375 36 31 0 1 345 137 124
Binary 10110001 10111111 11111101 11110 11001 0 1 11100101 1011111 1010100

Color Harmonies of #B1BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BFFD

Black with #B1BFFD

Text Example


Text Example

White with #B1BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BFFD; }

 p { color: rgb(177,191,253); }

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

background-color css

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

 a { background-color: rgb(177,191,253); }

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

border-color css

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

 span { border-color: rgb(177,191,253); }

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