Html Css Color HEX #BCD4EA Tropical Blue

📋 copy color: '#BCD4EA'

red 188 ◦ green 212 ◦ blue 234

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

Shades of Tropical Blue #BCD4EA

Tints of Tropical Blue #BCD4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.44%

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

R = 29.65%
G = 33.44%
B = 36.91%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCD4EA (or 0xBCD4EA) is known color: Tropical Blue. HEX triplet: BC, D4 and EA. RGB value is (188,212,234). Sum of RGB (Red+Green+Blue) = 188+212+234=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4EA is #432B15. Grayscale: #CFCFCF. Windows color (decimal): -4401942 or 15389884. OLE color: 15389884.

HSL color Cylindrical-coordinate representation of color #BCD4EA: hue angle of 208.7º degrees, saturation: 0.52, 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 #BCD4EA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 212 234 -
CMYK 0.20 0.09 0 0.08
HSL 208.7º 0.52% 0.83% -
HSV(B) 208.7º 0.2% 0.92% -
XYZ 59.13 63.72 87.02 -
YUV 207.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 188 212 234 0.20 0.09 0 0.08 208.7 0.52 0.83
Hex BC D4 EA 14 9 0 8 D1 34 53
Octal 274 324 352 24 11 0 10 321 64 123
Binary 10111100 11010100 11101010 10100 1001 0 1000 11010001 110100 1010011

Color Harmonies of #BCD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4EA

Black with #BCD4EA

Text Example


Text Example

White with #BCD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4EA; }

 p { color: rgb(188,212,234); }

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

background-color css

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

 a { background-color: rgb(188,212,234); }

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

border-color css

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

 span { border-color: rgb(188,212,234); }

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