Html Css Color HEX #BDD4EC Tropical Blue

📋 copy color: '#BDD4EC'

red 189 ◦ green 212 ◦ blue 236

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

Shades of Tropical Blue #BDD4EC

Tints of Tropical Blue #BDD4EC

RGB

 RED value IS 189 (74.22% from 255) = 29.67%

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

 BLUE value IS 236 (92.58% from 255) = 37.05%

R = 29.67%
G = 33.28%
B = 37.05%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDD4EC (or 0xBDD4EC) is known color: Tropical Blue. HEX triplet: BD, D4 and EC. RGB value is (189,212,236). Sum of RGB (Red+Green+Blue) = 189+212+236=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4EC is #422B13. Grayscale: #CFCFCF. Windows color (decimal): -4336404 or 15520957. OLE color: 15520957.

HSL color Cylindrical-coordinate representation of color #BDD4EC: hue angle of 210.64º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD4EC is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 212 236 -
CMYK 0.20 0.10 0 0.07
HSL 210.64º 0.55% 0.83% -
HSV(B) 210.64º 0.2% 0.93% -
XYZ 59.67 63.96 88.56 -
YUV 207.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 189 212 236 0.20 0.10 0 0.07 210.64 0.55 0.83
Hex BD D4 EC 14 A 0 7 D3 37 53
Octal 275 324 354 24 12 0 7 323 67 123
Binary 10111101 11010100 11101100 10100 1010 0 111 11010011 110111 1010011

Color Harmonies of #BDD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4EC

Black with #BDD4EC

Text Example


Text Example

White with #BDD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4EC; }

 p { color: rgb(189,212,236); }

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

background-color css

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

 a { background-color: rgb(189,212,236); }

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

border-color css

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

 span { border-color: rgb(189,212,236); }

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