Html Css Color HEX #BDD5DF Light Blue

📋 copy color: '#BDD5DF'

red 189 ◦ green 213 ◦ blue 223

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

Shades of Light Blue #BDD5DF

Tints of Light Blue #BDD5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.08%

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

R = 30.24%
G = 34.08%
B = 35.68%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDD5DF (or 0xBDD5DF) is known color: Light Blue. HEX triplet: BD, D5 and DF. RGB value is (189,213,223). Sum of RGB (Red+Green+Blue) = 189+213+223=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5DF is #422A20. Grayscale: #CECECE. Windows color (decimal): -4336161 or 14669245. OLE color: 14669245.

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

Color convert

RGB 189 213 223 -
CMYK 0.15 0.04 0 0.13
HSL 197.65º 0.35% 0.81% -
HSV(B) 197.65º 0.15% 0.87% -
XYZ 58.1 63.74 79.05 -
YUV 206.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 189 213 223 0.15 0.04 0 0.13 197.65 0.35 0.81
Hex BD D5 DF F 4 0 D C6 23 51
Octal 275 325 337 17 4 0 15 306 43 121
Binary 10111101 11010101 11011111 1111 100 0 1101 11000110 100011 1010001

Color Harmonies of #BDD5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5DF

Black with #BDD5DF

Text Example


Text Example

White with #BDD5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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