Html Css Color HEX #BCD2E3 Tropical Blue

📋 copy color: '#BCD2E3'

red 188 ◦ green 210 ◦ blue 227

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

Shades of Tropical Blue #BCD2E3

Tints of Tropical Blue #BCD2E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.32%

R = 30.08%
G = 33.6%
B = 36.32%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCD2E3 (or 0xBCD2E3) is known color: Tropical Blue. HEX triplet: BC, D2 and E3. RGB value is (188,210,227). Sum of RGB (Red+Green+Blue) = 188+210+227=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCD2E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2E3 is #432D1C. Grayscale: #CDCDCD. Windows color (decimal): -4402461 or 14930620. OLE color: 14930620.

HSL color Cylindrical-coordinate representation of color #BCD2E3: hue angle of 206.15º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD2E3 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 210 227 -
CMYK 0.17 0.07 0 0.11
HSL 206.15º 0.41% 0.81% -
HSV(B) 206.15º 0.17% 0.89% -
XYZ 57.65 62.33 81.67 -
YUV 205.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 188 210 227 0.17 0.07 0 0.11 206.15 0.41 0.81
Hex BC D2 E3 11 7 0 B CE 29 51
Octal 274 322 343 21 7 0 13 316 51 121
Binary 10111100 11010010 11100011 10001 111 0 1011 11001110 101001 1010001

Color Harmonies of #BCD2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2E3

Black with #BCD2E3

Text Example


Text Example

White with #BCD2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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