Html Css Color HEX #B6CAEA Tropical Blue

📋 copy color: '#B6CAEA'

red 182 ◦ green 202 ◦ blue 234

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

Shades of Tropical Blue #B6CAEA

Tints of Tropical Blue #B6CAEA

RGB

 RED value IS 182 (71.48% from 255) = 29.45%

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

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

R = 29.45%
G = 32.69%
B = 37.86%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B6CAEA (or 0xB6CAEA) is known color: Tropical Blue. HEX triplet: B6, CA and EA. RGB value is (182,202,234). Sum of RGB (Red+Green+Blue) = 182+202+234=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CAEA is #493515. Grayscale: #C7C7C7. Windows color (decimal): -4797718 or 15387318. OLE color: 15387318.

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

Color convert

RGB 182 202 234 -
CMYK 0.22 0.14 0 0.08
HSL 216.92º 0.55% 0.82% -
HSV(B) 216.92º 0.22% 0.92% -
XYZ 55.26 58.13 86.15 -
YUV 199.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 182 202 234 0.22 0.14 0 0.08 216.92 0.55 0.82
Hex B6 CA EA 16 E 0 8 D9 37 52
Octal 266 312 352 26 16 0 10 331 67 122
Binary 10110110 11001010 11101010 10110 1110 0 1000 11011001 110111 1010010

Color Harmonies of #B6CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CAEA

Black with #B6CAEA

Text Example


Text Example

White with #B6CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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