Html Css Color HEX #BADFE4 Powder Blue

📋 copy color: '#BADFE4'

red 186 ◦ green 223 ◦ blue 228

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

Shades of Powder Blue #BADFE4

Tints of Powder Blue #BADFE4

RGB

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

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

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

R = 29.2%
G = 35.01%
B = 35.79%

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

#BADFE4 (or 0xBADFE4) is known color: Powder Blue. HEX triplet: BA, DF and E4. RGB value is (186,223,228). Sum of RGB (Red+Green+Blue) = 186+223+228=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFE4 is #45201B. Grayscale: #D4D4D4. Windows color (decimal): -4530204 or 14999482. OLE color: 14999482.

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

Color convert

RGB 186 223 228 -
CMYK 0.18 0.02 0 0.11
HSL 187.14º 0.44% 0.81% -
HSV(B) 187.14º 0.18% 0.89% -
XYZ 60.64 68.82 83.49 -
YUV 212.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 186 223 228 0.18 0.02 0 0.11 187.14 0.44 0.81
Hex BA DF E4 12 2 0 B BB 2C 51
Octal 272 337 344 22 2 0 13 273 54 121
Binary 10111010 11011111 11100100 10010 10 0 1011 10111011 101100 1010001

Color Harmonies of #BADFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFE4

Black with #BADFE4

Text Example


Text Example

White with #BADFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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