Html Css Color HEX #BDD4DF Light Blue

📋 copy color: '#BDD4DF'

red 189 ◦ green 212 ◦ blue 223

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

Shades of Light Blue #BDD4DF

Tints of Light Blue #BDD4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 30.29%
G = 33.97%
B = 35.74%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDD4DF (or 0xBDD4DF) is known color: Light Blue. HEX triplet: BD, D4 and DF. RGB value is (189,212,223). Sum of RGB (Red+Green+Blue) = 189+212+223=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4DF is #422B20. Grayscale: #CECECE. Windows color (decimal): -4336417 or 14668989. OLE color: 14668989.

HSL color Cylindrical-coordinate representation of color #BDD4DF: hue angle of 199.41º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD4DF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 212 223 -
CMYK 0.15 0.05 0 0.13
HSL 199.41º 0.35% 0.81% -
HSV(B) 199.41º 0.15% 0.87% -
XYZ 57.85 63.23 78.97 -
YUV 206.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 189 212 223 0.15 0.05 0 0.13 199.41 0.35 0.81
Hex BD D4 DF F 5 0 D C7 23 51
Octal 275 324 337 17 5 0 15 307 43 121
Binary 10111101 11010100 11011111 1111 101 0 1101 11000111 100011 1010001

Color Harmonies of #BDD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4DF

Black with #BDD4DF

Text Example


Text Example

White with #BDD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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