Html Css Color HEX #BDD1DA Light Blue

📋 copy color: '#BDD1DA'

red 189 ◦ green 209 ◦ blue 218

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

Shades of Light Blue #BDD1DA

Tints of Light Blue #BDD1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 30.68%
G = 33.93%
B = 35.39%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDD1DA (or 0xBDD1DA) is known color: Light Blue. HEX triplet: BD, D1 and DA. RGB value is (189,209,218). Sum of RGB (Red+Green+Blue) = 189+209+218=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1DA is #422E25. Grayscale: #CBCBCB. Windows color (decimal): -4337190 or 14340541. OLE color: 14340541.

HSL color Cylindrical-coordinate representation of color #BDD1DA: hue angle of 198.62º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD1DA is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 209 218 -
CMYK 0.13 0.04 0 0.15
HSL 198.62º 0.28% 0.8% -
HSV(B) 198.62º 0.13% 0.85% -
XYZ 56.44 61.48 75.22 -
YUV 204.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 189 209 218 0.13 0.04 0 0.15 198.62 0.28 0.8
Hex BD D1 DA D 4 0 F C7 1C 50
Octal 275 321 332 15 4 0 17 307 34 120
Binary 10111101 11010001 11011010 1101 100 0 1111 11000111 11100 1010000

Color Harmonies of #BDD1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1DA

Black with #BDD1DA

Text Example


Text Example

White with #BDD1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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