Html Css Color HEX #BCDEDF Powder Blue

📋 copy color: '#BCDEDF'

red 188 ◦ green 222 ◦ blue 223

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

Shades of Powder Blue #BCDEDF

Tints of Powder Blue #BCDEDF

RGB

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

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

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

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

CMYK

 C value IS 0.16

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 188 222 223 -
CMYK 0.16 0.00 0 0.13
HSL 181.71º 0.35% 0.81% -
HSV(B) 181.71º 0.16% 0.87% -
XYZ 60.18 68.26 79.82 -
YUV 211.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 188 222 223 0.16 0.00 0 0.13 181.71 0.35 0.81
Hex BC DE DF 10 0 0 D B6 23 51
Octal 274 336 337 20 0 0 15 266 43 121
Binary 10111100 11011110 11011111 10000 0 0 1101 10110110 100011 1010001

Color Harmonies of #BCDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEDF

Black with #BCDEDF

Text Example


Text Example

White with #BCDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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