Html Css Color HEX #B1C0EE Perano

📋 copy color: '#B1C0EE'

red 177 ◦ green 192 ◦ blue 238

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

Shades of Perano #B1C0EE

Tints of Perano #B1C0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.21%

R = 29.16%
G = 31.63%
B = 39.21%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1C0EE (or 0xB1C0EE) is known color: Perano. HEX triplet: B1, C0 and EE. RGB value is (177,192,238). Sum of RGB (Red+Green+Blue) = 177+192+238=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1C0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C0EE is #4E3F11. Grayscale: #C0C0C0. Windows color (decimal): -5127954 or 15646897. OLE color: 15646897.

HSL color Cylindrical-coordinate representation of color #B1C0EE: hue angle of 225.25º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C0EE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 192 238 -
CMYK 0.26 0.19 0 0.07
HSL 225.25º 0.64% 0.81% -
HSV(B) 225.25º 0.26% 0.93% -
XYZ 52.41 53.22 88.4 -
YUV 192.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 177 192 238 0.26 0.19 0 0.07 225.25 0.64 0.81
Hex B1 C0 EE 1A 13 0 7 E1 40 51
Octal 261 300 356 32 23 0 7 341 100 121
Binary 10110001 11000000 11101110 11010 10011 0 111 11100001 1000000 1010001

Color Harmonies of #B1C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C0EE

Black with #B1C0EE

Text Example


Text Example

White with #B1C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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