Html Css Color HEX #BCD1EB Tropical Blue

📋 copy color: '#BCD1EB'

red 188 ◦ green 209 ◦ blue 235

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

Shades of Tropical Blue #BCD1EB

Tints of Tropical Blue #BCD1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.07%

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

R = 29.75%
G = 33.07%
B = 37.18%

CMYK

 C value IS 0.2

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCD1EB (or 0xBCD1EB) is known color: Tropical Blue. HEX triplet: BC, D1 and EB. RGB value is (188,209,235). Sum of RGB (Red+Green+Blue) = 188+209+235=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1EB is #432E14. Grayscale: #CDCDCD. Windows color (decimal): -4402709 or 15454652. OLE color: 15454652.

HSL color Cylindrical-coordinate representation of color #BCD1EB: hue angle of 213.19º 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 #BCD1EB is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 209 235 -
CMYK 0.2 0.11 0 0.08
HSL 213.19º 0.54% 0.83% -
HSV(B) 213.19º 0.2% 0.92% -
XYZ 58.53 62.29 87.54 -
YUV 205.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 188 209 235 0.2 0.11 0 0.08 213.19 0.54 0.83
Hex BC D1 EB 14 B 0 8 D5 36 53
Octal 274 321 353 24 13 0 10 325 66 123
Binary 10111100 11010001 11101011 10100 1011 0 1000 11010101 110110 1010011

Color Harmonies of #BCD1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1EB

Black with #BCD1EB

Text Example


Text Example

White with #BCD1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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