Html Css Color HEX #B1C3F8 Perano

📋 copy color: '#B1C3F8'

red 177 ◦ green 195 ◦ blue 248

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

Shades of Perano #B1C3F8

Tints of Perano #B1C3F8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.45%

 BLUE value IS 248 (97.27% from 255) = 40%

R = 28.55%
G = 31.45%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1C3F8 (or 0xB1C3F8) is known color: Perano. HEX triplet: B1, C3 and F8. RGB value is (177,195,248). Sum of RGB (Red+Green+Blue) = 177+195+248=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1C3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C3F8 is #4E3C07. Grayscale: #C3C3C3. Windows color (decimal): -5127176 or 16303025. OLE color: 16303025.

HSL color Cylindrical-coordinate representation of color #B1C3F8: hue angle of 224.79º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1C3F8 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 195 248 -
CMYK 0.29 0.21 0 0.03
HSL 224.79º 0.84% 0.83% -
HSV(B) 224.79º 0.29% 0.97% -
XYZ 54.59 55.15 96.58 -
YUV 195.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 177 195 248 0.29 0.21 0 0.03 224.79 0.84 0.83
Hex B1 C3 F8 1D 15 0 3 E1 54 53
Octal 261 303 370 35 25 0 3 341 124 123
Binary 10110001 11000011 11111000 11101 10101 0 11 11100001 1010100 1010011

Color Harmonies of #B1C3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C3F8

Black with #B1C3F8

Text Example


Text Example

White with #B1C3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C3F8; }

 p { color: rgb(177,195,248); }

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

background-color css

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

 a { background-color: rgb(177,195,248); }

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

border-color css

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

 span { border-color: rgb(177,195,248); }

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