Html Css Color HEX #B1C4FA Perano

📋 copy color: '#B1C4FA'

red 177 ◦ green 196 ◦ blue 250

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

Shades of Perano #B1C4FA

Tints of Perano #B1C4FA

RGB

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

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

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

R = 28.41%
G = 31.46%
B = 40.13%

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

#B1C4FA (or 0xB1C4FA) is known color: Perano. HEX triplet: B1, C4 and FA. RGB value is (177,196,250). Sum of RGB (Red+Green+Blue) = 177+196+250=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1C4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C4FA is #4E3B05. Grayscale: #C4C4C4. Windows color (decimal): -5126918 or 16434353. OLE color: 16434353.

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

Color convert

RGB 177 196 250 -
CMYK 0.29 0.22 0 0.02
HSL 224.38º 0.88% 0.84% -
HSV(B) 224.38º 0.29% 0.98% -
XYZ 55.13 55.73 98.29 -
YUV 196.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 177 196 250 0.29 0.22 0 0.02 224.38 0.88 0.84
Hex B1 C4 FA 1D 16 0 2 E0 58 54
Octal 261 304 372 35 26 0 2 340 130 124
Binary 10110001 11000100 11111010 11101 10110 0 10 11100000 1011000 1010100

Color Harmonies of #B1C4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C4FA

Black with #B1C4FA

Text Example


Text Example

White with #B1C4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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