Html Css Color HEX #BDD4DA Light Blue

📋 copy color: '#BDD4DA'

red 189 ◦ green 212 ◦ blue 218

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

Shades of Light Blue #BDD4DA

Tints of Light Blue #BDD4DA

RGB

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

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

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

R = 30.53%
G = 34.25%
B = 35.22%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDD4DA (or 0xBDD4DA) is known color: Light Blue. HEX triplet: BD, D4 and DA. RGB value is (189,212,218). Sum of RGB (Red+Green+Blue) = 189+212+218=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4DA is #422B25. Grayscale: #CDCDCD. Windows color (decimal): -4336422 or 14341309. OLE color: 14341309.

HSL color Cylindrical-coordinate representation of color #BDD4DA: hue angle of 192.41º 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 #BDD4DA is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 212 218 -
CMYK 0.13 0.03 0 0.15
HSL 192.41º 0.28% 0.8% -
HSV(B) 192.41º 0.13% 0.85% -
XYZ 57.18 62.97 75.47 -
YUV 205.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 189 212 218 0.13 0.03 0 0.15 192.41 0.28 0.8
Hex BD D4 DA D 3 0 F C0 1C 50
Octal 275 324 332 15 3 0 17 300 34 120
Binary 10111101 11010100 11011010 1101 11 0 1111 11000000 11100 1010000

Color Harmonies of #BDD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4DA

Black with #BDD4DA

Text Example


Text Example

White with #BDD4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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