Html Css Color HEX #BDD6DF Light Blue

📋 copy color: '#BDD6DF'

red 189 ◦ green 214 ◦ blue 223

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

Shades of Light Blue #BDD6DF

Tints of Light Blue #BDD6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

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

R = 30.19%
G = 34.19%
B = 35.62%

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

#BDD6DF (or 0xBDD6DF) is known color: Light Blue. HEX triplet: BD, D6 and DF. RGB value is (189,214,223). Sum of RGB (Red+Green+Blue) = 189+214+223=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6DF is #422920. Grayscale: #CFCFCF. Windows color (decimal): -4335905 or 14669501. OLE color: 14669501.

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

Color convert

RGB 189 214 223 -
CMYK 0.15 0.04 0 0.13
HSL 195.88º 0.35% 0.81% -
HSV(B) 195.88º 0.15% 0.87% -
XYZ 58.35 64.24 79.14 -
YUV 207.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 189 214 223 0.15 0.04 0 0.13 195.88 0.35 0.81
Hex BD D6 DF F 4 0 D C4 23 51
Octal 275 326 337 17 4 0 15 304 43 121
Binary 10111101 11010110 11011111 1111 100 0 1101 11000100 100011 1010001

Color Harmonies of #BDD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6DF

Black with #BDD6DF

Text Example


Text Example

White with #BDD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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