Html Css Color HEX #B1C0EB Perano

📋 copy color: '#B1C0EB'

red 177 ◦ green 192 ◦ blue 235

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

Shades of Perano #B1C0EB

Tints of Perano #B1C0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.79%

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

R = 29.3%
G = 31.79%
B = 38.91%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1C0EB (or 0xB1C0EB) is known color: Perano. HEX triplet: B1, C0 and EB. RGB value is (177,192,235). Sum of RGB (Red+Green+Blue) = 177+192+235=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C0EB is #4E3F14. Grayscale: #C0C0C0. Windows color (decimal): -5127957 or 15450289. OLE color: 15450289.

HSL color Cylindrical-coordinate representation of color #B1C0EB: hue angle of 224.48º 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 #B1C0EB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 192 235 -
CMYK 0.25 0.18 0 0.08
HSL 224.48º 0.59% 0.81% -
HSV(B) 224.48º 0.25% 0.92% -
XYZ 51.98 53.04 86.1 -
YUV 192.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 177 192 235 0.25 0.18 0 0.08 224.48 0.59 0.81
Hex B1 C0 EB 19 12 0 8 E0 3B 51
Octal 261 300 353 31 22 0 10 340 73 121
Binary 10110001 11000000 11101011 11001 10010 0 1000 11100000 111011 1010001

Color Harmonies of #B1C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C0EB

Black with #B1C0EB

Text Example


Text Example

White with #B1C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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