Html Css Color HEX #B1CAE5 Tropical Blue

📋 copy color: '#B1CAE5'

red 177 ◦ green 202 ◦ blue 229

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

Shades of Tropical Blue #B1CAE5

Tints of Tropical Blue #B1CAE5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.22%

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

R = 29.11%
G = 33.22%
B = 37.66%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B1CAE5 (or 0xB1CAE5) is known color: Tropical Blue. HEX triplet: B1, CA and E5. RGB value is (177,202,229). Sum of RGB (Red+Green+Blue) = 177+202+229=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #B1CAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAE5 is #4E351A. Grayscale: #C5C5C5. Windows color (decimal): -5125403 or 15059633. OLE color: 15059633.

HSL color Cylindrical-coordinate representation of color #B1CAE5: hue angle of 211.15º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CAE5 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 202 229 -
CMYK 0.23 0.12 0 0.10
HSL 211.15º 0.5% 0.8% -
HSV(B) 211.15º 0.23% 0.9% -
XYZ 53.39 57.25 82.36 -
YUV 197.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 177 202 229 0.23 0.12 0 0.10 211.15 0.5 0.8
Hex B1 CA E5 17 C 0 A D3 32 50
Octal 261 312 345 27 14 0 12 323 62 120
Binary 10110001 11001010 11100101 10111 1100 0 1010 11010011 110010 1010000

Color Harmonies of #B1CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CAE5

Black with #B1CAE5

Text Example


Text Example

White with #B1CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CAE5; }

 p { color: rgb(177,202,229); }

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

background-color css

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

 a { background-color: rgb(177,202,229); }

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

border-color css

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

 span { border-color: rgb(177,202,229); }

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