Html Css Color HEX #BCD2EA Tropical Blue

📋 copy color: '#BCD2EA'

red 188 ◦ green 210 ◦ blue 234

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

Shades of Tropical Blue #BCD2EA

Tints of Tropical Blue #BCD2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.23%

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

R = 29.75%
G = 33.23%
B = 37.03%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCD2EA (or 0xBCD2EA) is known color: Tropical Blue. HEX triplet: BC, D2 and EA. RGB value is (188,210,234). Sum of RGB (Red+Green+Blue) = 188+210+234=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2EA is #432D15. Grayscale: #CECECE. Windows color (decimal): -4402454 or 15389372. OLE color: 15389372.

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

Color convert

RGB 188 210 234 -
CMYK 0.20 0.10 0 0.08
HSL 211.3º 0.52% 0.83% -
HSV(B) 211.3º 0.2% 0.92% -
XYZ 58.64 62.73 86.86 -
YUV 206.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 188 210 234 0.20 0.10 0 0.08 211.3 0.52 0.83
Hex BC D2 EA 14 A 0 8 D3 34 53
Octal 274 322 352 24 12 0 10 323 64 123
Binary 10111100 11010010 11101010 10100 1010 0 1000 11010011 110100 1010011

Color Harmonies of #BCD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2EA

Black with #BCD2EA

Text Example


Text Example

White with #BCD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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