Html Css Color HEX #BCD3EB Tropical Blue

📋 copy color: '#BCD3EB'

red 188 ◦ green 211 ◦ blue 235

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

Shades of Tropical Blue #BCD3EB

Tints of Tropical Blue #BCD3EB

RGB

 RED value IS 188 (73.83% from 255) = 29.65%

 GREEN value IS 211 (82.81% from 255) = 33.28%

 BLUE value IS 235 (92.19% from 255) = 37.07%

R = 29.65%
G = 33.28%
B = 37.07%

CMYK

 C value IS 0.2

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCD3EB (or 0xBCD3EB) is known color: Tropical Blue. HEX triplet: BC, D3 and EB. RGB value is (188,211,235). Sum of RGB (Red+Green+Blue) = 188+211+235=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3EB is #432C14. Grayscale: #CECECE. Windows color (decimal): -4402197 or 15455164. OLE color: 15455164.

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

Color convert

RGB 188 211 235 -
CMYK 0.2 0.10 0 0.08
HSL 210.64º 0.54% 0.83% -
HSV(B) 210.64º 0.2% 0.92% -
XYZ 59.03 63.28 87.7 -
YUV 206.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 188 211 235 0.2 0.10 0 0.08 210.64 0.54 0.83
Hex BC D3 EB 14 A 0 8 D3 36 53
Octal 274 323 353 24 12 0 10 323 66 123
Binary 10111100 11010011 11101011 10100 1010 0 1000 11010011 110110 1010011

Color Harmonies of #BCD3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3EB

Black with #BCD3EB

Text Example


Text Example

White with #BCD3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3EB; }

 p { color: rgb(188,211,235); }

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

background-color css

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

 a { background-color: rgb(188,211,235); }

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

border-color css

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

 span { border-color: rgb(188,211,235); }

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