Html Css Color HEX #BDDFDF Powder Blue

📋 copy color: '#BDDFDF'

red 189 ◦ green 223 ◦ blue 223

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

Shades of Powder Blue #BDDFDF

Tints of Powder Blue #BDDFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.12%

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

R = 29.76%
G = 35.12%
B = 35.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDDFDF (or 0xBDDFDF) is known color: Powder Blue. HEX triplet: BD, DF and DF. RGB value is (189,223,223). Sum of RGB (Red+Green+Blue) = 189+223+223=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #BDDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFDF is #422020. Grayscale: #D4D4D4. Windows color (decimal): -4333601 or 14671805. OLE color: 14671805.

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

Color convert

RGB 189 223 223 -
CMYK 0.15 0 0 0.13
HSL 180º 0.35% 0.81% -
HSV(B) 180º 0.15% 0.87% -
XYZ 60.69 68.92 79.92 -
YUV 212.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 189 223 223 0.15 0 0 0.13 180 0.35 0.81
Hex BD DF DF F 0 0 D B4 23 51
Octal 275 337 337 17 0 0 15 264 43 121
Binary 10111101 11011111 11011111 1111 0 0 1101 10110100 100011 1010001

Color Harmonies of #BDDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFDF

Black with #BDDFDF

Text Example


Text Example

White with #BDDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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