Html Css Color HEX #B1C4FB Perano

📋 copy color: '#B1C4FB'

red 177 ◦ green 196 ◦ blue 251

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

Shades of Perano #B1C4FB

Tints of Perano #B1C4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.41%

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 28.37%
G = 31.41%
B = 40.22%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1C4FB (or 0xB1C4FB) is known color: Perano. HEX triplet: B1, C4 and FB. RGB value is (177,196,251). Sum of RGB (Red+Green+Blue) = 177+196+251=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1C4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C4FB is #4E3B04. Grayscale: #C4C4C4. Windows color (decimal): -5126917 or 16499889. OLE color: 16499889.

HSL color Cylindrical-coordinate representation of color #B1C4FB: hue angle of 224.59º degrees, saturation: 0.9, 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 #B1C4FB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 196 251 -
CMYK 0.29 0.22 0 0.02
HSL 224.59º 0.9% 0.84% -
HSV(B) 224.59º 0.29% 0.98% -
XYZ 55.28 55.79 99.12 -
YUV 196.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 177 196 251 0.29 0.22 0 0.02 224.59 0.9 0.84
Hex B1 C4 FB 1D 16 0 2 E1 5A 54
Octal 261 304 373 35 26 0 2 341 132 124
Binary 10110001 11000100 11111011 11101 10110 0 10 11100001 1011010 1010100

Color Harmonies of #B1C4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C4FB

Black with #B1C4FB

Text Example


Text Example

White with #B1C4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C4FB; }

 p { color: rgb(177,196,251); }

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

background-color css

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

 a { background-color: rgb(177,196,251); }

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

border-color css

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

 span { border-color: rgb(177,196,251); }

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