Html Css Color HEX #B8CAEA Tropical Blue

📋 copy color: '#B8CAEA'

red 184 ◦ green 202 ◦ blue 234

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

Shades of Tropical Blue #B8CAEA

Tints of Tropical Blue #B8CAEA

RGB

 RED value IS 184 (72.27% from 255) = 29.68%

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

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

R = 29.68%
G = 32.58%
B = 37.74%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8CAEA (or 0xB8CAEA) is known color: Tropical Blue. HEX triplet: B8, CA and EA. RGB value is (184,202,234). Sum of RGB (Red+Green+Blue) = 184+202+234=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CAEA is #473515. Grayscale: #C8C8C8. Windows color (decimal): -4666646 or 15387320. OLE color: 15387320.

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

Color convert

RGB 184 202 234 -
CMYK 0.21 0.14 0 0.08
HSL 218.4º 0.54% 0.82% -
HSV(B) 218.4º 0.21% 0.92% -
XYZ 55.74 58.37 86.17 -
YUV 200.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 184 202 234 0.21 0.14 0 0.08 218.4 0.54 0.82
Hex B8 CA EA 15 E 0 8 DA 36 52
Octal 270 312 352 25 16 0 10 332 66 122
Binary 10111000 11001010 11101010 10101 1110 0 1000 11011010 110110 1010010

Color Harmonies of #B8CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CAEA

Black with #B8CAEA

Text Example


Text Example

White with #B8CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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