Html Css Color HEX #BDD4F1 Tropical Blue

📋 copy color: '#BDD4F1'

red 189 ◦ green 212 ◦ blue 241

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

Shades of Tropical Blue #BDD4F1

Tints of Tropical Blue #BDD4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.54%

R = 29.44%
G = 33.02%
B = 37.54%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDD4F1 (or 0xBDD4F1) is known color: Tropical Blue. HEX triplet: BD, D4 and F1. RGB value is (189,212,241). Sum of RGB (Red+Green+Blue) = 189+212+241=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F1 is #422B0E. Grayscale: #D0D0D0. Windows color (decimal): -4336399 or 15848637. OLE color: 15848637.

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

Color convert

RGB 189 212 241 -
CMYK 0.22 0.12 0 0.05
HSL 213.46º 0.65% 0.84% -
HSV(B) 213.46º 0.22% 0.95% -
XYZ 60.41 64.26 92.44 -
YUV 208.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 189 212 241 0.22 0.12 0 0.05 213.46 0.65 0.84
Hex BD D4 F1 16 C 0 5 D5 41 54
Octal 275 324 361 26 14 0 5 325 101 124
Binary 10111101 11010100 11110001 10110 1100 0 101 11010101 1000001 1010100

Color Harmonies of #BDD4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4F1

Black with #BDD4F1

Text Example


Text Example

White with #BDD4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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