Html Css Color HEX #BDD4E6 Tropical Blue

📋 copy color: '#BDD4E6'

red 189 ◦ green 212 ◦ blue 230

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

Shades of Tropical Blue #BDD4E6

Tints of Tropical Blue #BDD4E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.45%

R = 29.95%
G = 33.6%
B = 36.45%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDD4E6 (or 0xBDD4E6) is known color: Tropical Blue. HEX triplet: BD, D4 and E6. RGB value is (189,212,230). Sum of RGB (Red+Green+Blue) = 189+212+230=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDD4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4E6 is #422B19. Grayscale: #CFCFCF. Windows color (decimal): -4336410 or 15127741. OLE color: 15127741.

HSL color Cylindrical-coordinate representation of color #BDD4E6: hue angle of 206.34º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD4E6 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 212 230 -
CMYK 0.18 0.08 0 0.10
HSL 206.34º 0.45% 0.82% -
HSV(B) 206.34º 0.18% 0.9% -
XYZ 58.81 63.62 84.04 -
YUV 207.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 189 212 230 0.18 0.08 0 0.10 206.34 0.45 0.82
Hex BD D4 E6 12 8 0 A CE 2D 52
Octal 275 324 346 22 10 0 12 316 55 122
Binary 10111101 11010100 11100110 10010 1000 0 1010 11001110 101101 1010010

Color Harmonies of #BDD4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4E6

Black with #BDD4E6

Text Example


Text Example

White with #BDD4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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