Html Css Color HEX #BCD2F0 Tropical Blue

📋 copy color: '#BCD2F0'

red 188 ◦ green 210 ◦ blue 240

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

Shades of Tropical Blue #BCD2F0

Tints of Tropical Blue #BCD2F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 29.47%
G = 32.92%
B = 37.62%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCD2F0 (or 0xBCD2F0) is known color: Tropical Blue. HEX triplet: BC, D2 and F0. RGB value is (188,210,240). Sum of RGB (Red+Green+Blue) = 188+210+240=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCD2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2F0 is #432D0F. Grayscale: #CECECE. Windows color (decimal): -4402448 or 15782588. OLE color: 15782588.

HSL color Cylindrical-coordinate representation of color #BCD2F0: hue angle of 214.62º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD2F0 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 210 240 -
CMYK 0.22 0.12 0 0.06
HSL 214.62º 0.63% 0.84% -
HSV(B) 214.62º 0.22% 0.94% -
XYZ 59.51 63.08 91.48 -
YUV 206.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 188 210 240 0.22 0.12 0 0.06 214.62 0.63 0.84
Hex BC D2 F0 16 C 0 6 D7 3F 54
Octal 274 322 360 26 14 0 6 327 77 124
Binary 10111100 11010010 11110000 10110 1100 0 110 11010111 111111 1010100

Color Harmonies of #BCD2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2F0

Black with #BCD2F0

Text Example


Text Example

White with #BCD2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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