Html Css Color HEX #BCDDDF Powder Blue

📋 copy color: '#BCDDDF'

red 188 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #BCDDDF

Tints of Powder Blue #BCDDDF

RGB

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

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

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

R = 29.75%
G = 34.97%
B = 35.28%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCDDDF (or 0xBCDDDF) is known color: Powder Blue. HEX triplet: BC, DD and DF. RGB value is (188,221,223). Sum of RGB (Red+Green+Blue) = 188+221+223=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDDF is #432220. Grayscale: #D3D3D3. Windows color (decimal): -4399649 or 14671292. OLE color: 14671292.

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

Color convert

RGB 188 221 223 -
CMYK 0.16 0.01 0 0.13
HSL 183.43º 0.35% 0.81% -
HSV(B) 183.43º 0.16% 0.87% -
XYZ 59.91 67.73 79.73 -
YUV 211.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 188 221 223 0.16 0.01 0 0.13 183.43 0.35 0.81
Hex BC DD DF 10 1 0 D B7 23 51
Octal 274 335 337 20 1 0 15 267 43 121
Binary 10111100 11011101 11011111 10000 1 0 1101 10110111 100011 1010001

Color Harmonies of #BCDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDDF

Black with #BCDDDF

Text Example


Text Example

White with #BCDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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