Html Css Color HEX #BCDFDE Powder Blue

📋 copy color: '#BCDFDE'

red 188 ◦ green 223 ◦ blue 222

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

Shades of Powder Blue #BCDFDE

Tints of Powder Blue #BCDFDE

RGB

 RED value IS 188 (73.83% from 255) = 29.7%

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

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 29.7%
G = 35.23%
B = 35.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#BCDFDE (or 0xBCDFDE) is known color: Powder Blue. HEX triplet: BC, DF and DE. RGB value is (188,223,222). Sum of RGB (Red+Green+Blue) = 188+223+222=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFDE is #432021. Grayscale: #D4D4D4. Windows color (decimal): -4399138 or 14606268. OLE color: 14606268.

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

Color convert

RGB 188 223 222 -
CMYK 0.16 0 0.00 0.13
HSL 178.29º 0.35% 0.81% -
HSV(B) 178.29º 0.16% 0.87% -
XYZ 60.31 68.74 79.2 -
YUV 212.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 188 223 222 0.16 0 0.00 0.13 178.29 0.35 0.81
Hex BC DF DE 10 0 0 D B2 23 51
Octal 274 337 336 20 0 0 15 262 43 121
Binary 10111100 11011111 11011110 10000 0 0 1101 10110010 100011 1010001

Color Harmonies of #BCDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFDE

Black with #BCDFDE

Text Example


Text Example

White with #BCDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFDE; }

 p { color: rgb(188,223,222); }

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

background-color css

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

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

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

border-color css

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

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

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