Html Css Color HEX #BADDE4 Powder Blue

📋 copy color: '#BADDE4'

red 186 ◦ green 221 ◦ blue 228

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

Shades of Powder Blue #BADDE4

Tints of Powder Blue #BADDE4

RGB

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

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

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

R = 29.29%
G = 34.8%
B = 35.91%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BADDE4 (or 0xBADDE4) is known color: Powder Blue. HEX triplet: BA, DD and E4. RGB value is (186,221,228). Sum of RGB (Red+Green+Blue) = 186+221+228=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDE4 is #45221B. Grayscale: #D3D3D3. Windows color (decimal): -4530716 or 14998970. OLE color: 14998970.

HSL color Cylindrical-coordinate representation of color #BADDE4: hue angle of 190º 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 #BADDE4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 221 228 -
CMYK 0.18 0.03 0 0.11
HSL 190º 0.44% 0.81% -
HSV(B) 190º 0.18% 0.89% -
XYZ 60.11 67.75 83.31 -
YUV 211.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 186 221 228 0.18 0.03 0 0.11 190 0.44 0.81
Hex BA DD E4 12 3 0 B BE 2C 51
Octal 272 335 344 22 3 0 13 276 54 121
Binary 10111010 11011101 11100100 10010 11 0 1011 10111110 101100 1010001

Color Harmonies of #BADDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDE4

Black with #BADDE4

Text Example


Text Example

White with #BADDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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