Html Css Color HEX #B1C2EB Perano

📋 copy color: '#B1C2EB'

red 177 ◦ green 194 ◦ blue 235

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

Shades of Perano #B1C2EB

Tints of Perano #B1C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.01%

 BLUE value IS 235 (92.19% from 255) = 38.78%

R = 29.21%
G = 32.01%
B = 38.78%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1C2EB (or 0xB1C2EB) is known color: Perano. HEX triplet: B1, C2 and EB. RGB value is (177,194,235). Sum of RGB (Red+Green+Blue) = 177+194+235=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C2EB is #4E3D14. Grayscale: #C1C1C1. Windows color (decimal): -5127445 or 15450801. OLE color: 15450801.

HSL color Cylindrical-coordinate representation of color #B1C2EB: hue angle of 222.41º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1C2EB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 194 235 -
CMYK 0.25 0.17 0 0.08
HSL 222.41º 0.59% 0.81% -
HSV(B) 222.41º 0.25% 0.92% -
XYZ 52.42 53.93 86.24 -
YUV 193.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 177 194 235 0.25 0.17 0 0.08 222.41 0.59 0.81
Hex B1 C2 EB 19 11 0 8 DE 3B 51
Octal 261 302 353 31 21 0 10 336 73 121
Binary 10110001 11000010 11101011 11001 10001 0 1000 11011110 111011 1010001

Color Harmonies of #B1C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C2EB

Black with #B1C2EB

Text Example


Text Example

White with #B1C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C2EB; }

 p { color: rgb(177,194,235); }

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

background-color css

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

 a { background-color: rgb(177,194,235); }

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

border-color css

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

 span { border-color: rgb(177,194,235); }

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