Html Css Color HEX #BADFDC Ice Cold

📋 copy color: '#BADFDC'

red 186 ◦ green 223 ◦ blue 220

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

Shades of Ice Cold #BADFDC

Tints of Ice Cold #BADFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 29.57%
G = 35.45%
B = 34.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#BADFDC (or 0xBADFDC) is known color: Ice Cold. HEX triplet: BA, DF and DC. RGB value is (186,223,220). Sum of RGB (Red+Green+Blue) = 186+223+220=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFDC is #452023. Grayscale: #D3D3D3. Windows color (decimal): -4530212 or 14475194. OLE color: 14475194.

HSL color Cylindrical-coordinate representation of color #BADFDC: hue angle of 175.14º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFDC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 220 -
CMYK 0.17 0 0.01 0.13
HSL 175.14º 0.37% 0.8% -
HSV(B) 175.14º 0.17% 0.87% -
XYZ 59.56 68.38 77.77 -
YUV 211.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 186 223 220 0.17 0 0.01 0.13 175.14 0.37 0.8
Hex BA DF DC 11 0 1 D AF 25 50
Octal 272 337 334 21 0 1 15 257 45 120
Binary 10111010 11011111 11011100 10001 0 1 1101 10101111 100101 1010000

Color Harmonies of #BADFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFDC

Black with #BADFDC

Text Example


Text Example

White with #BADFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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