Html Css Color HEX #B9C1E5 Perano

📋 copy color: '#B9C1E5'

red 185 ◦ green 193 ◦ blue 229

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

Shades of Perano #B9C1E5

Tints of Perano #B9C1E5

RGB

 RED value IS 185 (72.66% from 255) = 30.48%

 GREEN value IS 193 (75.78% from 255) = 31.8%

 BLUE value IS 229 (89.84% from 255) = 37.73%

R = 30.48%
G = 31.8%
B = 37.73%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B9C1E5 (or 0xB9C1E5) is known color: Perano. HEX triplet: B9, C1 and E5. RGB value is (185,193,229). Sum of RGB (Red+Green+Blue) = 185+193+229=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9C1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1E5 is #463E1A. Grayscale: #C2C2C2. Windows color (decimal): -4603419 or 15057337. OLE color: 15057337.

HSL color Cylindrical-coordinate representation of color #B9C1E5: hue angle of 229.09º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9C1E5 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 193 229 -
CMYK 0.19 0.16 0 0.10
HSL 229.09º 0.46% 0.81% -
HSV(B) 229.09º 0.19% 0.9% -
XYZ 53.22 54.11 81.77 -
YUV 194.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 185 193 229 0.19 0.16 0 0.10 229.09 0.46 0.81
Hex B9 C1 E5 13 10 0 A E5 2E 51
Octal 271 301 345 23 20 0 12 345 56 121
Binary 10111001 11000001 11100101 10011 10000 0 1010 11100101 101110 1010001

Color Harmonies of #B9C1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C1E5

Black with #B9C1E5

Text Example


Text Example

White with #B9C1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C1E5; }

 p { color: rgb(185,193,229); }

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

background-color css

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

 a { background-color: rgb(185,193,229); }

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

border-color css

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

 span { border-color: rgb(185,193,229); }

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