Html Css Color HEX #BDD4E8 Tropical Blue

📋 copy color: '#BDD4E8'

red 189 ◦ green 212 ◦ blue 232

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

Shades of Tropical Blue #BDD4E8

Tints of Tropical Blue #BDD4E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.65%

R = 29.86%
G = 33.49%
B = 36.65%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDD4E8 (or 0xBDD4E8) is known color: Tropical Blue. HEX triplet: BD, D4 and E8. RGB value is (189,212,232). Sum of RGB (Red+Green+Blue) = 189+212+232=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDD4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4E8 is #422B17. Grayscale: #CFCFCF. Windows color (decimal): -4336408 or 15258813. OLE color: 15258813.

HSL color Cylindrical-coordinate representation of color #BDD4E8: hue angle of 207.91º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD4E8 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 212 232 -
CMYK 0.19 0.09 0 0.09
HSL 207.91º 0.48% 0.83% -
HSV(B) 207.91º 0.19% 0.91% -
XYZ 59.1 63.73 85.53 -
YUV 207.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 189 212 232 0.19 0.09 0 0.09 207.91 0.48 0.83
Hex BD D4 E8 13 9 0 9 D0 30 53
Octal 275 324 350 23 11 0 11 320 60 123
Binary 10111101 11010100 11101000 10011 1001 0 1001 11010000 110000 1010011

Color Harmonies of #BDD4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4E8

Black with #BDD4E8

Text Example


Text Example

White with #BDD4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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