Html Css Color HEX #BADCE4 Powder Blue

📋 copy color: '#BADCE4'

red 186 ◦ green 220 ◦ blue 228

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

Shades of Powder Blue #BADCE4

Tints of Powder Blue #BADCE4

RGB

 RED value IS 186 (73.05% from 255) = 29.34%

 GREEN value IS 220 (86.33% from 255) = 34.7%

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

R = 29.34%
G = 34.7%
B = 35.96%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BADCE4 (or 0xBADCE4) is known color: Powder Blue. HEX triplet: BA, DC and E4. RGB value is (186,220,228). Sum of RGB (Red+Green+Blue) = 186+220+228=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCE4 is #45231B. Grayscale: #D2D2D2. Windows color (decimal): -4530972 or 14998714. OLE color: 14998714.

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

Color convert

RGB 186 220 228 -
CMYK 0.18 0.04 0 0.11
HSL 191.43º 0.44% 0.81% -
HSV(B) 191.43º 0.18% 0.89% -
XYZ 59.85 67.23 83.22 -
YUV 210.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 186 220 228 0.18 0.04 0 0.11 191.43 0.44 0.81
Hex BA DC E4 12 4 0 B BF 2C 51
Octal 272 334 344 22 4 0 13 277 54 121
Binary 10111010 11011100 11100100 10010 100 0 1011 10111111 101100 1010001

Color Harmonies of #BADCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCE4

Black with #BADCE4

Text Example


Text Example

White with #BADCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCE4; }

 p { color: rgb(186,220,228); }

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

background-color css

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

 a { background-color: rgb(186,220,228); }

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

border-color css

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

 span { border-color: rgb(186,220,228); }

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