Html Css Color HEX #BDD1E7 Tropical Blue

📋 copy color: '#BDD1E7'

red 189 ◦ green 209 ◦ blue 231

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

Shades of Tropical Blue #BDD1E7

Tints of Tropical Blue #BDD1E7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.23%

 BLUE value IS 231 (90.63% from 255) = 36.72%

R = 30.05%
G = 33.23%
B = 36.72%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDD1E7 (or 0xBDD1E7) is known color: Tropical Blue. HEX triplet: BD, D1 and E7. RGB value is (189,209,231). Sum of RGB (Red+Green+Blue) = 189+209+231=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1E7 is #422E18. Grayscale: #CDCDCD. Windows color (decimal): -4337177 or 15192509. OLE color: 15192509.

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

Color convert

RGB 189 209 231 -
CMYK 0.18 0.10 0 0.09
HSL 211.43º 0.47% 0.82% -
HSV(B) 211.43º 0.18% 0.91% -
XYZ 58.21 62.19 84.54 -
YUV 205.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 189 209 231 0.18 0.10 0 0.09 211.43 0.47 0.82
Hex BD D1 E7 12 A 0 9 D3 2F 52
Octal 275 321 347 22 12 0 11 323 57 122
Binary 10111101 11010001 11100111 10010 1010 0 1001 11010011 101111 1010010

Color Harmonies of #BDD1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1E7

Black with #BDD1E7

Text Example


Text Example

White with #BDD1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1E7; }

 p { color: rgb(189,209,231); }

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

background-color css

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

 a { background-color: rgb(189,209,231); }

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

border-color css

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

 span { border-color: rgb(189,209,231); }

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