Html Css Color HEX #B4CAEA Tropical Blue

📋 copy color: '#B4CAEA'

red 180 ◦ green 202 ◦ blue 234

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

Shades of Tropical Blue #B4CAEA

Tints of Tropical Blue #B4CAEA

RGB

 RED value IS 180 (70.7% from 255) = 29.22%

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

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 29.22%
G = 32.79%
B = 37.99%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4CAEA (or 0xB4CAEA) is known color: Tropical Blue. HEX triplet: B4, CA and EA. RGB value is (180,202,234). Sum of RGB (Red+Green+Blue) = 180+202+234=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAEA is #4B3515. Grayscale: #C6C6C6. Windows color (decimal): -4928790 or 15387316. OLE color: 15387316.

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

Color convert

RGB 180 202 234 -
CMYK 0.23 0.14 0 0.08
HSL 215.56º 0.56% 0.81% -
HSV(B) 215.56º 0.23% 0.92% -
XYZ 54.79 57.88 86.13 -
YUV 199.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 180 202 234 0.23 0.14 0 0.08 215.56 0.56 0.81
Hex B4 CA EA 17 E 0 8 D8 38 51
Octal 264 312 352 27 16 0 10 330 70 121
Binary 10110100 11001010 11101010 10111 1110 0 1000 11011000 111000 1010001

Color Harmonies of #B4CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CAEA

Black with #B4CAEA

Text Example


Text Example

White with #B4CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CAEA; }

 p { color: rgb(180,202,234); }

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

background-color css

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

 a { background-color: rgb(180,202,234); }

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

border-color css

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

 span { border-color: rgb(180,202,234); }

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