Html Css Color HEX #BADDE3 Powder Blue

📋 copy color: '#BADDE3'

red 186 ◦ green 221 ◦ blue 227

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

Shades of Powder Blue #BADDE3

Tints of Powder Blue #BADDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.8%

R = 29.34%
G = 34.86%
B = 35.8%

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

#BADDE3 (or 0xBADDE3) is known color: Powder Blue. HEX triplet: BA, DD and E3. RGB value is (186,221,227). Sum of RGB (Red+Green+Blue) = 186+221+227=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #BADDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDE3 is #45221C. Grayscale: #D3D3D3. Windows color (decimal): -4530717 or 14933434. OLE color: 14933434.

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

Color convert

RGB 186 221 227 -
CMYK 0.18 0.03 0 0.11
HSL 188.78º 0.42% 0.81% -
HSV(B) 188.78º 0.18% 0.89% -
XYZ 59.97 67.7 82.58 -
YUV 211.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 186 221 227 0.18 0.03 0 0.11 188.78 0.42 0.81
Hex BA DD E3 12 3 0 B BD 2A 51
Octal 272 335 343 22 3 0 13 275 52 121
Binary 10111010 11011101 11100011 10010 11 0 1011 10111101 101010 1010001

Color Harmonies of #BADDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDE3

Black with #BADDE3

Text Example


Text Example

White with #BADDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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