Html Css Color HEX #BFDDDF Powder Blue

📋 copy color: '#BFDDDF'

red 191 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #BFDDDF

Tints of Powder Blue #BFDDDF

RGB

 RED value IS 191 (75% from 255) = 30.08%

 GREEN value IS 221 (86.72% from 255) = 34.8%

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

R = 30.08%
G = 34.8%
B = 35.12%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFDDDF (or 0xBFDDDF) is known color: Powder Blue. HEX triplet: BF, DD and DF. RGB value is (191,221,223). Sum of RGB (Red+Green+Blue) = 191+221+223=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDDF is #402220. Grayscale: #D4D4D4. Windows color (decimal): -4203041 or 14671295. OLE color: 14671295.

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

Color convert

RGB 191 221 223 -
CMYK 0.14 0.01 0 0.13
HSL 183.75º 0.33% 0.81% -
HSV(B) 183.75º 0.14% 0.87% -
XYZ 60.66 68.12 79.76 -
YUV 212.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 191 221 223 0.14 0.01 0 0.13 183.75 0.33 0.81
Hex BF DD DF E 1 0 D B8 21 51
Octal 277 335 337 16 1 0 15 270 41 121
Binary 10111111 11011101 11011111 1110 1 0 1101 10111000 100001 1010001

Color Harmonies of #BFDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDDF

Black with #BFDDDF

Text Example


Text Example

White with #BFDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDDF; }

 p { color: rgb(191,221,223); }

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

background-color css

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

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

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

border-color css

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

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

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