Html Css Color HEX #BCDFE4 Powder Blue

📋 copy color: '#BCDFE4'

red 188 ◦ green 223 ◦ blue 228

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

Shades of Powder Blue #BCDFE4

Tints of Powder Blue #BCDFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.68%

R = 29.42%
G = 34.9%
B = 35.68%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCDFE4 (or 0xBCDFE4) is known color: Powder Blue. HEX triplet: BC, DF and E4. RGB value is (188,223,228). Sum of RGB (Red+Green+Blue) = 188+223+228=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFE4 is #43201B. Grayscale: #D5D5D5. Windows color (decimal): -4399132 or 14999484. OLE color: 14999484.

HSL color Cylindrical-coordinate representation of color #BCDFE4: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDFE4 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 223 228 -
CMYK 0.18 0.02 0 0.11
HSL 187.5º 0.43% 0.82% -
HSV(B) 187.5º 0.18% 0.89% -
XYZ 61.13 69.07 83.51 -
YUV 213.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 188 223 228 0.18 0.02 0 0.11 187.5 0.43 0.82
Hex BC DF E4 12 2 0 B BC 2B 52
Octal 274 337 344 22 2 0 13 274 53 122
Binary 10111100 11011111 11100100 10010 10 0 1011 10111100 101011 1010010

Color Harmonies of #BCDFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFE4

Black with #BCDFE4

Text Example


Text Example

White with #BCDFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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